method

new

v1_9_3_392 - Show latest stable - Class: IRB::InputMethod
new(file = STDIN_FILE_NAME)
public

No documentation available.

# File lib/irb/input-method.rb, line 25
    def initialize(file = STDIN_FILE_NAME)
      @file_name = file
    end