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

             
   
class Regexp
  private
    def rails_to_json(*)
      inspect
    end
end