Method: Configulator.from_json_file
- Defined in:
- lib/configulator.rb
.from_json_file(fname, environment = nil) ⇒ Object
9 10 11 |
# File 'lib/configulator.rb', line 9 def self.from_json_file(fname, environment = nil) from_json File.read(fname), environment end |