class RDoc::RubyLex

def prompt

def prompt
  if @prompt
    @prompt.call(@ltype, @indent, @continue, @line_no)
  end
end