method
new
new(file)
public
Hide source
# File lib/irb/input-method.rb, line 66 def initialize(file) super @io = open(file) end