add Gollum::File
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module Gollum
|
||||
class File
|
||||
attr_accessor :wiki
|
||||
|
||||
# Initialize a file.
|
||||
#
|
||||
# wiki - The Gollum::Wiki in question.
|
||||
#
|
||||
# Returns a newly initialized Gollum::File.
|
||||
def initialize(wiki)
|
||||
self.wiki = wiki
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user