10 11 12 13 14
# File 'lib/clook/json.rb', line 10 def fetch value file = File.read(@path) data = JSON.parse(file) data[value] end