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

6 lines
116 B
Ruby

require_relative 'osia_helper'
j = get_json
c = j['categories']
osia_allowed_categories(c).each { |cat| puts cat }