272 273 274 275 276
# File 'lib/rdoc/ruby_lex.rb', line 272 def prompt if @prompt @prompt.call(@ltype, @indent, @continue, @line_no) end end