method
dump
v2_6_3 -
Show latest stable
- Class:
JSON::GenericObject
dump(obj, *args)public
No documentation available.
# File ext/json/lib/json/generic_object.rb, line 41
def dump(obj, *args)
::JSON.dump(obj, *args)
end