Libraries
»
riak-client
(2.6.0)
»
Index (S)
»
Symbol
Class: Symbol
Inherits:
Object
Object
Symbol
show all
Defined in:
lib/riak/core_ext/json.rb
Instance Method Summary
collapse
#
to_json
(*args) ⇒ Object
Instance Method Details
#
to_json
(*args) ⇒
Object
11 12 13
# File 'lib/riak/core_ext/json.rb', line 11
def
to_json
(
*
args
)
to_s
.
to_json
(
*
args
)
end