summaryrefslogtreecommitdiff
path: root/lib/irb/command/edit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/command/edit.rb')
-rw-r--r--lib/irb/command/edit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb/command/edit.rb b/lib/irb/command/edit.rb
index 480100bfc7..3c4a54e5e2 100644
--- a/lib/irb/command/edit.rb
+++ b/lib/irb/command/edit.rb
@@ -1,5 +1,6 @@
require 'shellwords'
+require_relative "../color"
require_relative "../source_finder"
module IRB