aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/true_class.rb
blob: f652f8bb54b42206be6cea6b853e1278f6a291e9 (plain) (tree)
1
2
3
4
5




                      
class TrueClass
  def to_json #:nodoc:
    'true'
  end
end