class Fylorg::Confparser
Public Instance Methods
parse(opts)
click to toggle source
# File lib/fylorg/confparser.rb, line 7 def parse(opts) JSON.parse(File.open(opts[:dictionary], "r", &:read)) end
# File lib/fylorg/confparser.rb, line 7 def parse(opts) JSON.parse(File.open(opts[:dictionary], "r", &:read)) end