Sha256: 6cc655a4782e44c5979a88c3825781cbdda84843ed895b99a418b7cee5f0f186
Contents?: true
Size: 289 Bytes
Versions: 18
Compression:
Stored size: 289 Bytes
Contents
#!/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 'proxy_tester' ARGV.clear IRB.start
Version data entries
18 entries across 18 versions & 1 rubygems