Sha256: ec8f1e6c73a7d1590413945c078969e562df845c2594391fd143a06bd03f5cc7
Contents?: true
Size: 239 Bytes
Versions: 10
Compression:
Stored size: 239 Bytes
Contents
=begin Run this with `rant -f t.rb', it should print the following 3 lines: Task Rant::Task a =end require 'rubygems' #require 'rake' require 'mt' gen Task, "a" do |t| t.needed { true } t.act { puts t.name } end p ::Task p Task
Version data entries
10 entries across 10 versions & 1 rubygems