class IRB::InputMethod

def initialize(file = STDIN_FILE_NAME)

Creates a new input method object
def initialize(file = STDIN_FILE_NAME)
  @file_name = file
end