aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/regexp.rb
blob: 62be810be5a1df0eab0a240596151042b16f6c0b (plain) (blame)
1
2
3
4
5
6
class Regexp
  private
    def rails_to_json(options = nil)
      inspect
    end
end