Skip to content

Commit

Permalink
Added rake task to find low hanging fruit suggested by lypanov
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 14, 2006
1 parent 79dd80d commit 73823df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Rakefile
Expand Up @@ -113,4 +113,16 @@ task :push do
sh 'svk push --verbatim'
end

task :find_low_hanging_fruit do
puts <<-EOM
The Rubinius team welcomes contributions, bug reports, test cases, and monetary support.
One possible way to help is:
1. Add a test for a Ruby core method.
2. Go to the appropriately-named file in the 'kernel' directory.
3. Implement that method in Ruby.
4. Run the tests until they pass. :)
The 'ri' command is a rich source of examples and test cases.
EOM
end

# vim: syntax=ruby

0 comments on commit 73823df

Please sign in to comment.