Sha256: d921741eebf7b52d45a1c81fac22d0208c39e19caea1206d3683c9109fec75cc

Contents?: true

Size: 232 Bytes

Versions: 11

Compression:

Stored size: 232 Bytes

Contents

gen Action do
    sys.touch "action.t"
end

desc "Print hello."
task :hello do |t|
    puts t.name
end

task :private do |t|
    puts t.name
end

task :sys_shun_demo do |t|
    puts(sys["**/*.s.t"].shun("a.t"))
end

# vim: ft=ruby

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rant-0.5.4 test/rant-import/Rantfile
rant-0.4.0 test/rant-import/Rantfile
rant-0.4.2 test/rant-import/Rantfile
rant-0.4.6 test/rant-import/Rantfile
rant-0.4.8 test/rant-import/Rantfile
rant-0.5.0 test/rant-import/Rantfile
rant-0.5.2 test/rant-import/Rantfile
rant-0.5.6 test/rant-import/Rantfile
rant-0.3.8 test/rant-import/Rantfile
rant-0.4.4 test/rant-import/Rantfile
rant-0.5.7 test/rant-import/Rantfile