File: introspect.rb

package info (click to toggle)
ruby-oj-introspect 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: ansic: 193; ruby: 63; makefile: 7; sh: 4
file content (9 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
require "oj"
require "oj/introspect/version"
require "oj/introspect/introspect_ext"

module Oj
  class Introspect
    class Error < StandardError; end
  end
end