Class: Regexp
- Inherits:
-
Object
- Object
- Regexp
- Defined in:
- activesupport/lib/active_support/core_ext/regexp.rb,
activesupport/lib/active_support/json/encoding.rb
Overview
:nodoc:
Instance Method Summary (collapse)
Instance Method Details
- (Object) as_json(options = nil)
:nodoc:
181 |
# File 'activesupport/lib/active_support/json/encoding.rb', line 181 def as_json( = nil) to_s end |
- (Boolean) multiline?
2 3 4 |
# File 'activesupport/lib/active_support/core_ext/regexp.rb', line 2 def multiline? & MULTILINE == MULTILINE end |