1 2 3 4 5 6 7
class Regexp def rails_to_json(options = nil) #:nodoc: inspect end alias to_json rails_to_json end