lib/thor/line_editor.rb in thor-0.20.3 vs lib/thor/line_editor.rb in thor-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
-require "thor/line_editor/basic"
-require "thor/line_editor/readline"
+require_relative "line_editor/basic"
+require_relative "line_editor/readline"
class Thor
module LineEditor
def self.readline(prompt, options = {})
best_available.new(prompt, options).readline