Method: Bookfile::Builder#initialize

Defined in:
lib/bookfile/builder.rb

#initializeBuilder

Returns a new instance of Builder.



24
25
26
27
# File 'lib/bookfile/builder.rb', line 24

def initialize
  puts "starting new bookfile; lets go"
  @bookfile = Bookfile.new
end