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