# File lib/facet/parser.rb, line 357
  def stop( match=nil )
    raise "stop undefined for #{key}" unless @stop
    @stop.call( match )
  end