require "bundler/gem_tasks" desc 'Start an IRB session with the gem' task :console do $:.unshift File.expand_path('..', __FILE__) require 'aigu' require 'irb' ARGV.clear IRB.start end