aboutsummaryrefslogtreecommitdiff
path: root/ruby/step8_macros.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/step8_macros.rb')
-rw-r--r--ruby/step8_macros.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/step8_macros.rb b/ruby/step8_macros.rb
index 13a742d..36f2a0d 100644
--- a/ruby/step8_macros.rb
+++ b/ruby/step8_macros.rb
@@ -144,7 +144,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 + "\")"]