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