Sha256: 23fd7dfd2f10633c274630040774c154d9cc9c5ec9258673142a7083eabdd04e
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
file "r_f1" do |t| sys.touch t.name end file "r_f2" => "r_f1" do |t| sys.touch t.name end file "r_f3" => ["r_f2", :r_f4] do |t| sys.touch t.name end file "r_f4" => "r_f2" do |t| sys.touch t.name end task :clean do sys.rm_f Dir["r_f*"] end
Version data entries
15 entries across 15 versions & 1 rubygems