/tools/Ruby/lib/ruby/gems/1.8/gems/rake-0.9.2/RRR
http://github.com/agross/netopenspace · #! · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c71f3c800002193eaefbdeaed22c67db MD5 · raw file
- class Zippy
- def initialize
- task :a
- task :b
- file "x"
- end
- end
- Zippy.new