Class: Regexp

Inherits:
Object show all
Defined in:
motion/core_ext/regexp.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#multiline?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'motion/core_ext/regexp.rb', line 2

def multiline?
  options & MULTILINE == MULTILINE
end