Sha256: 843c3cba99bfa62ba93b7a759da9e5189dd890797c323d2e717e9c294f1ecfc6
Contents?: true
Size: 308 Bytes
Versions: 11
Compression:
Stored size: 308 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 $VERBOSE = true %w(lib ext test).each do |dir| $LOAD_PATH.unshift File.expand_path("../../#{dir}", __FILE__) end require 'rubygems' if RUBY_VERSION.start_with?('1.8.') require 'oj' Oj.mimic_JSON #puts Oj.default_options range = ("01".."12") puts Oj.dump(range)
Version data entries
11 entries across 11 versions & 1 rubygems