1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-26 16:32:50 +01:00
App-Open-Source-per-iPhone-.../.github/osia_category_list.rb

6 lines
116 B
Ruby
Raw Normal View History

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