method
initialize_input
initialize_input()
public
Hide source
# File lib/irb/ruby-lex.rb, line 211 def initialize_input @ltype = nil @quoted = nil @indent = 0 @indent_stack = [] @lex_state = EXPR_BEG @space_seen = false @here_header = false @continue = false prompt @line = "" @exp_line_no = @line_no end


