# File lib/core/facets/regexp/multiline.rb, line 8
  def multiline?
    options & MULTILINE == MULTILINE
  end