Rakefile in poms-0.0.5 vs Rakefile in poms-0.0.6
- old
+ new
@@ -3,5 +3,10 @@
RSpec::Core::RakeTask.new
task :default => :spec
task :test => :spec
+
+desc "Open an irb session preloaded with this library"
+task :console do
+ sh "irb -rubygems -I lib -r poms.rb"
+end