1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-22 21:38:44 +01:00
App-Open-Source-per-iPhone-.../.github/osia_helper.rb
2016-05-16 10:41:40 -07:00

8 lines
86 B
Ruby

require 'json'
FILE = 'contents.json'
def get_json
JSON.parse(File.read FILE)
end