Libraries
»
sequence
(0.2.4)
»
Index
»
Sequence
»
#check_until
Method: Sequence#check_until
Defined in:
lib/sequence.rb
#
check_until
(pat) ⇒
Object
211
# File 'lib/sequence.rb', line 211
def
check_until
(
pat
)
holding
{
scan_until
(
pat
)
}
end