mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 21:34:39 +03:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
require_relative 'osia_helper'
|
|
|
|
j = get_json
|
|
c = j['categories']
|
|
|
|
osia_allowed_categories(c).each { |cat| puts cat } |