1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-30 05:06:35 +03:00
open-source-ios-apps/.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 }