Libraries
»
json
(2.2.2)
»
Index
»
JSON
»
GenericObject
»
#to_json
Method: JSON::GenericObject#to_json
Defined in:
lib/json/generic_object.rb
#
to_json
(*a) ⇒
Object
66 67 68
# File 'lib/json/generic_object.rb', line 66
def
to_json
(
*
a
)
as_json
.
to_json
(
*
a
)
end