method

as_json

v2.3.8 - Show latest stable - Class: Regexp
as_json(options = nil)
public

No documentation available.

# File activesupport/lib/active_support/json/encoders/regexp.rb, line 6
  def as_json(options = nil) #:nodoc:
    self
  end