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

Version Path
rant-0.4.4 misc/t.rb
rant-0.4.8 misc/t.rb
rant-0.5.0 misc/t.rb
rant-0.5.4 misc/t.rb
rant-0.5.6 misc/t.rb
rant-0.4.0 misc/t.rb
rant-0.4.2 misc/t.rb
rant-0.4.6 misc/t.rb
rant-0.5.2 misc/t.rb
rant-0.5.7 misc/t.rb