Method: Bookfile::Bookfile#initialize

Defined in:
lib/bookfile/bookfile.rb

#initializeBookfile

Returns a new instance of Bookfile.



31
32
33
34
35
# File 'lib/bookfile/bookfile.rb', line 31

def initialize
  @packages  = []    # only allow single package  - why, why not??

  @databases = []    # only allow single database - why, why not??

  @books     = []    # only allow single book     - why, why not??

end