module JsonRefs
Constants
- VERSION
Public Class Methods
call(doc, options = {})
click to toggle source
# File lib/json_refs.rb, line 6 def call(doc, options = {}) Dereferencer.new(doc, options).call end
Also aliased as: dereference