1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-28 09:19:19 +01:00
App-Open-Source-per-iPhone-.../.github/osia_category_list.rb

6 lines
116 B
Ruby
Raw Normal View History

2016-05-16 10:29:04 -07:00
require_relative 'osia_helper'
2016-05-12 07:17:26 -07:00
2016-05-16 10:29:04 -07:00
j = get_json
2016-05-12 07:17:26 -07:00
c = j['categories']
2016-05-19 02:13:25 +00:00
osia_allowed_categories(c).each { |cat| puts cat }