aboutsummaryrefslogtreecommitdiff
path: root/ruby/step0_repl.rb
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-02-28 11:30:45 -0600
committerJoel Martin <github@martintribe.org>2015-02-28 11:30:45 -0600
commitf2a758cb13a0f253ba03f881826f6255d654d131 (patch)
tree238df551e3b6ba6bceb0997de876f52312ba1712 /ruby/step0_repl.rb
parent757397e6ed998212971bd41528894c2898d67d5a (diff)
parent107d969497d482b07c33c4f28123727fa0a0b263 (diff)
downloadmal-f2a758cb13a0f253ba03f881826f6255d654d131.tar.gz
mal-f2a758cb13a0f253ba03f881826f6255d654d131.zip
Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into elektronaut-ruby1.9
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)