diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-19 22:29:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-19 22:29:01 +0200 |
| commit | 8f9e6ec4eee5219d4fec580a8247337f2b199227 (patch) | |
| tree | 7c58cd26c605680fcfcf44c5253aa643e3780bef /lib | |
| parent | f221358e0134a350c87dbc5074a86efb84384af3 (diff) | |
factor out symlink test
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dslkeywords/file.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dslkeywords/file.rb b/lib/dslkeywords/file.rb index f6c6998..186fa10 100644 --- a/lib/dslkeywords/file.rb +++ b/lib/dslkeywords/file.rb @@ -43,7 +43,6 @@ module RCM text = @from == :sourcefile ? ::File.read(@content) : @content return @from == :template ? ERB.new(text).result : text end - @content = text.instance_of?(Array) ? text.join("\n") : text end |
