Sha256: d9c91d5c4a0791613a34c242f4b907655097cc120bb33efa01a3c6a2eef9b34a
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 $: << File.dirname(__FILE__) $oj_dir = File.dirname(File.expand_path(File.dirname(__FILE__))) %w(lib ext).each do |dir| $: << File.join($oj_dir, dir) end require 'test_parser_usual' require 'test_parser_saj'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
oj-3.14.3 | test/test_parser.rb |
oj-3.14.2 | test/test_parser.rb |
oj-3.14.1 | test/test_parser.rb |
oj-3.14.0 | test/test_parser.rb |
oj-3.13.23 | test/test_parser.rb |
oj-3.13.22 | test/test_parser.rb |