lib/active_support/core_ext/regexp.rb



class Regexp #:nodoc:
  def multiline?
    options & MULTILINE == MULTILINE
  end
end