Class: Integer
- Includes:
- ActiveSupport::CoreExtensions::Integer::EvenOdd, ActiveSupport::CoreExtensions::Integer::Inflections, ActiveSupport::CoreExtensions::Integer::Time
- Defined in:
- lib/active_support/core_ext/integer.rb,
lib/active_support/json/encoders/numeric.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#to_json(options = nil) ⇒ Object
:nodoc:.
Methods included from ActiveSupport::CoreExtensions::Integer::Time
Methods included from ActiveSupport::CoreExtensions::Integer::Inflections
Methods included from ActiveSupport::CoreExtensions::Integer::EvenOdd
Instance Method Details
#to_json(options = nil) ⇒ Object
:nodoc:
18 19 20 |
# File 'lib/active_support/json/encoders/numeric.rb', line 18 def to_json( = nil) #:nodoc: to_s end |