App-Open-Source-per-iPhone-.../.github/osia_category_list.rb

6 lines
116 B
Ruby
Raw Permalink 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 }