Class: Rsec::SkipUntilPattern
- Defined in:
- lib/rsec/parsers/misc.rb
Overview
for optimization, not disposed to users
Instance Attribute Summary
Attributes inherited from Unary
Attributes included from Parser
Instance Method Summary collapse
Methods included from Parser
#&, #*, #<<, #>>, #^, #cached, #eof, #fail, #inspect, #join, #map, #maybe, #parse, #parse!, #star, #|
Instance Method Details
#_parse(ctx) ⇒ Object
111 112 113 |
# File 'lib/rsec/parsers/misc.rb', line 111 def _parse ctx ctx.skip_until some() or INVALID end |