/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

  1. class Zippy
  2. def initialize
  3. task :a
  4. task :b
  5. file "x"
  6. end
  7. end
  8. Zippy.new