io/input.rb in trepanning-0.1.3 vs io/input.rb in trepanning-0.1.4

- old
+ new

@@ -3,11 +3,11 @@ # Debugger user/command-oriented input possibly attached to IO-style # input or GNU Readline. # -require_relative 'base_io' +require_relative '../io' class Trepan # Debugger user/command-oriented input possibly attached to IO-style # input or GNU Readline. @@ -130,7 +130,5 @@ rescue EOFError puts 'Got EOF' end end end - -