Libraries
»
json
(2.18.0)
»
Index
»
JSON
»
GenericObject
»
#to_json
Method: JSON::GenericObject#to_json
Defined in:
lib/json/generic_object.rb
#
to_json
(*a) ⇒
Object
63 64 65
# File 'lib/json/generic_object.rb', line 63
def
to_json
(
*
a
)
as_json
.
to_json
(
*
a
)
end