Class
HikiDoc::LineInput
In:
lib/hikidoc.rb
Parent:
Object
Methods
break
each
eof?
getblock
getlines_until
getlines_while
gets
gets_if
gets_unless
inspect
lineno
new
next?
peek
skip_blank_lines
span
ungets
until_match
until_terminator
while_match
Public Class methods
new
(f)
Public Instance methods
break
(re)
Alias for
getlines_until
each
() {|line| ...}
eof?
()
getblock
(term_re)
getlines_until
(re)
getlines_while
(re)
gets
()
gets_if
(re)
gets_unless
(re)
inspect
()
lineno
()
next?
()
peek
()
skip_blank_lines
()
span
(re)
Alias for
getlines_while
ungets
(line)
until_match
(re) {|line| ...}
until_terminator
(re) {|line| ...}
while_match
(re) {|line| ...}
[Validate]