aboutsummaryrefslogtreecommitdiff
path: root/ruby/step0_repl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/step0_repl.rb')
-rw-r--r--ruby/step0_repl.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/ruby/step0_repl.rb b/ruby/step0_repl.rb
index 9c03cfa..2f9e6a9 100644
--- a/ruby/step0_repl.rb
+++ b/ruby/step0_repl.rb
@@ -1,5 +1,4 @@
-$: << File.expand_path(File.dirname(__FILE__))
-require "mal_readline"
+require_relative "mal_readline"
# read
def READ(str)