Method: Locca::ConfigReader#read

Defined in:
lib/locca/config_reader.rb

#read(path) ⇒ Object



28
29
30
# File 'lib/locca/config_reader.rb', line 28

def read(path)
    return JSON.parse(IO.read(path))
end