Class: Integer
Instance Method Summary collapse
-
#to_json(options = nil) ⇒ Object
:nodoc:.
Instance Method Details
#to_json(options = nil) ⇒ Object
:nodoc:
36 37 38 |
# File 'lib/spiderfw/utils/json.rb', line 36 def to_json( = nil) #:nodoc: to_s end |