method

prompt

v1_9_1_378 - 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