method
prompt
v1_8_7_330 -
Show latest stable
- Class:
RubyLex
prompt()public
No documentation available.
# File lib/irb/ruby-lex.rb, line 205
def prompt
if @prompt
@prompt.call(@ltype, @indent, @continue, @line_no)
end
end