index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
json
/
encoders
/
numeric.rb
blob: 38713fb3695a09e41031772a421e96a0151c5f2a (
plain
) (
tree
)
3202fbabe6
b1968708e1
3202fbabe6
1
2
3
4
5
class
Numeric
def
to_json
(
options
=
nil
)
#:nodoc:
to_s
end
end