method
getc_of_rests
v1_8_6_287 -
Show latest stable
- Class:
RubyLex
getc_of_rests()public
No documentation available.
# File lib/irb/ruby-lex.rb, line 136
def getc_of_rests
if @rests.empty?
nil
else
getc
end
end