require "bundler/gem_tasks" desc "Open an pry session preloaded with this library" task :console do sh "pry -r ./lib/lotrip.rb" end