Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/active_support/json/encoding/active_support_encoder.rb

Instance Method Summary collapse

Instance Method Details

#encode_json(encoder) ⇒ Object

:nodoc:



132
133
134
# File 'lib/active_support/json/encoding/active_support_encoder.rb', line 132

def encode_json(encoder) #:nodoc:
  to_s
end