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