diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-28 11:31:50 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-28 11:31:50 -0600 |
| commit | c2a6838f3943afd81cdcab02629c79d61ac3a30b (patch) | |
| tree | 238df551e3b6ba6bceb0997de876f52312ba1712 /ruby/step0_repl.rb | |
| parent | 757397e6ed998212971bd41528894c2898d67d5a (diff) | |
| parent | f2a758cb13a0f253ba03f881826f6255d654d131 (diff) | |
| download | mal-c2a6838f3943afd81cdcab02629c79d61ac3a30b.tar.gz mal-c2a6838f3943afd81cdcab02629c79d61ac3a30b.zip | |
Merge branch 'elektronaut-ruby1.9'
Diffstat (limited to 'ruby/step0_repl.rb')
| -rw-r--r-- | ruby/step0_repl.rb | 3 |
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) |
