1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-22 13:34:55 +01:00
App-Open-Source-per-iPhone-.../.github/osia_category_list.rb
2016-05-19 02:13:25 +00:00

6 lines
116 B
Ruby

require_relative 'osia_helper'
j = get_json
c = j['categories']
osia_allowed_categories(c).each { |cat| puts cat }