method
getc_of_rests
getc_of_rests()
public
Hide source
# File lib/irb/ruby-lex.rb, line 136 def getc_of_rests if @rests.empty? nil else getc end end


