Class: EnumFromFile::Storage

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/enum_from_file/storage.rb

Instance Method Summary collapse

Constructor Details

#initializeStorage

Returns a new instance of Storage.



7
8
9
# File 'lib/enum_from_file/storage.rb', line 7

def initialize
  enum_files.each(&method(:define_enum))
end