#!/usr/bin/env ruby $LOAD_PATH << File.expand_path('../../lib', __FILE__) # Pull in all of the gems including those in the `test` group require 'bundler' Bundler.require :default, :test, :development require 'irb' require 'irb/completion' require 'local_pac' ARGV.clear IRB.start