38713fb3695a09e41031772a421e96a0151c5f2a
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / json / encoders / numeric.rb
1 class Numeric
2 def to_json(options = nil) #:nodoc:
3 to_s
4 end
5 end