diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-15 21:04:43 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-15 21:04:43 -0500 |
| commit | 43c18567fa4bc61329e1f712946bfd1c69c7fdee (patch) | |
| tree | 48bd65650029b3186d99ea99b72c365a296a3cf7 /ruby/step9_interop.rb | |
| parent | 68c008cf5237e955cfc63785e92508f6f4e71f49 (diff) | |
| download | mal-43c18567fa4bc61329e1f712946bfd1c69c7fdee.tar.gz mal-43c18567fa4bc61329e1f712946bfd1c69c7fdee.zip | |
Ruby: remove debug. Update TODO.
Diffstat (limited to 'ruby/step9_interop.rb')
| -rw-r--r-- | ruby/step9_interop.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/step9_interop.rb b/ruby/step9_interop.rb index 011aea0..869a86d 100644 --- a/ruby/step9_interop.rb +++ b/ruby/step9_interop.rb @@ -146,7 +146,6 @@ _ref[:slurp, lambda {|f| File.read(f) }] RE["(def! not (fn* (a) (if a false true)))"] RE["(def! load-file (fn* (f) (eval (read-string (str \"(do \" (slurp f) \")\")))))"] -p Dir.pwd if ARGV.size > 0 ARGV.each {|f| RE["(load-file \"" + f + "\")"] |
