Method: Integer#to_json

Defined in:
lib/spiderfw/utils/json.rb

#to_json(options = nil) ⇒ Object

:nodoc:



36
37
38
# File 'lib/spiderfw/utils/json.rb', line 36

def to_json(options = nil) #:nodoc:
  to_s
end