= private = protected
file_input?()
Whether #io uses a File for the input_method passed when creating the current context, see ::new
# File lib/irb/context.rb, line 293 def file_input? @io.class == FileInputMethod end