summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-07 00:40:57 +0200
committerPaul Buetow <paul@buetow.org>2024-12-07 00:40:57 +0200
commitfb129404a88e6cb3617f985092b578bbe452bd18 (patch)
tree4cf17a2e99f3cd121130d04d425a8dcbe61eba17 /lib
parentbf5baf8891f0622f4e46571fa0ad990d7140b9d7 (diff)
playing
Diffstat (limited to 'lib')
-rw-r--r--lib/dslkeywords/file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dslkeywords/file.rb b/lib/dslkeywords/file.rb
index 8411d53..746b41c 100644
--- a/lib/dslkeywords/file.rb
+++ b/lib/dslkeywords/file.rb
@@ -72,6 +72,7 @@ module RCM
f = File.new(path)
f.content(f.instance_eval(&block))
self << f
+ f
end
end
end