Method: Regexp#as_json

Defined in:
lib/active_support/core_ext/object/json.rb

#as_json(options = nil) ⇒ Object

:nodoc:



140
141
142
# File 'lib/active_support/core_ext/object/json.rb', line 140

def as_json(options = nil) # :nodoc:
  to_s
end