Class: RgGen::Core::Configuration::JSONLoader
- Inherits:
-
Loader
- Object
- InputBase::Loader
- Loader
- RgGen::Core::Configuration::JSONLoader
- Includes:
- HashLoader, InputBase::JSONLoader
- Defined in:
- lib/rggen/core/configuration/json_loader.rb
Instance Method Summary collapse
Methods inherited from InputBase::Loader
#initialize, #load_file, #support?, support_types
Constructor Details
This class inherits a constructor from RgGen::Core::InputBase::Loader
Instance Method Details
#read_file(file) ⇒ Object
12 13 14 |
# File 'lib/rggen/core/configuration/json_loader.rb', line 12 def read_file(file) load_json(file) end |