Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / json / encoders / true_class.rb
1 class TrueClass
2 def to_json(options = nil) #:nodoc:
3 'true'
4 end
5 end