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