Sha256: 4781f499eb6f675d913925959a0da63eb11e4bdd1557fae215e02e38dc1c38c2
Contents?: true
Size: 288 Bytes
Versions: 19
Compression:
Stored size: 288 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 'test_server' ARGV.clear IRB.start
Version data entries
19 entries across 19 versions & 1 rubygems