public Method

Numeric.to_json(options = nil)

There's no documentation for this item.

Source Code

# File active_support/json/encoders/numeric.rb, line 2
def to_json(options = nil) #:nodoc:
  to_s
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.