diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-28 11:30:45 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-28 11:30:45 -0600 |
| commit | f2a758cb13a0f253ba03f881826f6255d654d131 (patch) | |
| tree | 238df551e3b6ba6bceb0997de876f52312ba1712 /ruby/stepA_mal.rb | |
| parent | 757397e6ed998212971bd41528894c2898d67d5a (diff) | |
| parent | 107d969497d482b07c33c4f28123727fa0a0b263 (diff) | |
| download | mal-f2a758cb13a0f253ba03f881826f6255d654d131.tar.gz mal-f2a758cb13a0f253ba03f881826f6255d654d131.zip | |
Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into elektronaut-ruby1.9
Diffstat (limited to 'ruby/stepA_mal.rb')
| -rw-r--r-- | ruby/stepA_mal.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ruby/stepA_mal.rb b/ruby/stepA_mal.rb index 1eff1f1..115fc8a 100644 --- a/ruby/stepA_mal.rb +++ b/ruby/stepA_mal.rb @@ -1,10 +1,9 @@ -$: << File.expand_path(File.dirname(__FILE__)) -require "mal_readline" -require "types" -require "reader" -require "printer" -require "env" -require "core" +require_relative "mal_readline" +require_relative "types" +require_relative "reader" +require_relative "printer" +require_relative "env" +require_relative "core" # read def READ(str) |
