class Locca::ConfigReader

Public Instance Methods

read(path) click to toggle source
# File lib/locca/config_reader.rb, line 28
def read(path)
    return JSON.parse(IO.read(path))
end