diff options
-rw-r--r-- | lib/irb/context.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -115,6 +115,10 @@ module IRB end @io = StdioInputMethod.new unless @io when String @io = FileInputMethod.new(input_method) @irb_name = File.basename(input_method) |