Rsec::Unary
matches a pattern
# File lib/rsec/parsers/misc.rb, line 89 def _parse ctx ctx.scan some() or INVALID end
@ desc.r
Scan until the pattern happens
# File lib/rsec/helpers.rb, line 392 def until &p UntilPattern[some()].map p end