# File lib/core/facets/regexp/to_proc.rb, line 9
  def to_proc
    proc { |x| match(x) }
  end