Sha256: d285e083fd613e5b29d1f682b9589211b4c37d4583ff9e6df1b6d2188ae491f1
Contents?: true
Size: 334 Bytes
Versions: 4
Compression:
Stored size: 334 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true $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, :therubyracer require 'irb' require 'irb/completion' require 'proxy_pac_rb' ARGV.clear IRB.start
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
proxy_pac_rb-3.0.0 | script/console |
proxy_pac_rb-2.1.0 | script/console |
proxy_pac_rb-2.0.0 | script/console |
proxy_pac_rb-1.0.0 | script/console |