class RgGen::Core::Configuration::JSONLoader
Public Instance Methods
read_file(file)
click to toggle source
# File lib/rggen/core/configuration/json_loader.rb, line 12 def read_file(file) load_json(file) end