Sha256: ed5aa171d81eb84e00931f5e85a29ce16012d6f580b9f3189983df127518da56

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

# comment for t1
task :t1 do
end

# no comment or task because there's a blank line

task :t2 do
end

desc "override comment for t3"
# this is not the description
multitask :t3 do
end

# this is not the description
desc "override comment for t4"
file :t4 do
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jimweirich-rake-0.8.5 test/data/comments/Rakefile