diff options
| author | Inge Jørgensen <inge@manualdesign.no> | 2015-02-28 00:36:27 +0100 |
|---|---|---|
| committer | Inge Jørgensen <inge@manualdesign.no> | 2015-02-28 00:36:27 +0100 |
| commit | 107d969497d482b07c33c4f28123727fa0a0b263 (patch) | |
| tree | c3d782837398e26c3e2804f70fe49e2fdb4336c1 /ruby/step0_repl.rb | |
| parent | 1218ce98a40ef243824fed0efce7160a10fe5f36 (diff) | |
| download | mal-107d969497d482b07c33c4f28123727fa0a0b263.tar.gz mal-107d969497d482b07c33c4f28123727fa0a0b263.zip | |
Ruby: Updated for Ruby 1.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) |
