Class: EnumFromFile::Storage
- Inherits:
-
Object
- Object
- EnumFromFile::Storage
- Includes:
- Singleton
- Defined in:
- lib/enum_from_file/storage.rb
Instance Method Summary collapse
-
#initialize ⇒ Storage
constructor
A new instance of Storage.
Constructor Details
#initialize ⇒ Storage
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 |