Skip to content

Commit

Permalink
Added Rake :console task.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 29, 2009
1 parent be24e73 commit 54b1d16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Echoe.new(PKG_NAME, PKG_VERSION) do |p|
end end




desc "Open an irb session preloaded with this library"
task :console do
sh "irb -rubygems -I lib -r whois.rb"
end

begin begin
require 'code_statistics' require 'code_statistics'
desc "Show library's code statistics" desc "Show library's code statistics"
Expand Down

0 comments on commit 54b1d16

Please sign in to comment.