summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-14 23:27:19 +0200
committerPaul Buetow <paul@buetow.org>2025-02-14 23:27:19 +0200
commit463f429166c5ace855998b433e865140f9b737ca (patch)
treeaa099c97f8cf259cf2c876bcc2c6a3a79eeac8bf
parentff50b40653aa5dcdd746f465acaf5dd3a9d9b803 (diff)
jo
-rw-r--r--lib/dslkeywords/file.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dslkeywords/file.rb b/lib/dslkeywords/file.rb
index 8c4deca..1b99a91 100644
--- a/lib/dslkeywords/file.rb
+++ b/lib/dslkeywords/file.rb
@@ -77,8 +77,6 @@ module RCM
def file(path, &block)
return unless @conds_met
- p :FOO, path
-
f = File.new(path)
f.content(f.instance_eval(&block))
self << f