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