Method: FileDesc#initialize

Defined in:
lib/elements/filedesc.rb

#initialize(title) ⇒ FileDesc

Returns a new instance of FileDesc.



10
11
12
# File 'lib/elements/filedesc.rb', line 10

def initialize(title)
  self.titlestmt = TitleStatement.new(title)
end