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

Version Path
test_server-0.5.2 script/console
test_server-0.5.1 script/console
test_server-0.5.0 script/console
test_server-0.4.1 script/console
test_server-0.4.0 script/console
test_server-0.3.7 script/console
test_server-0.3.6 script/console
test_server-0.3.5 script/console
test_server-0.3.4 script/console
test_server-0.3.2 script/console
test_server-0.3.1 script/console
test_server-0.2.4 script/console
test_server-0.2.3 script/console
test_server-0.2.2 script/console
test_server-0.2.1 script/console
test_server-0.2.0 script/console
test_server-0.1.2 script/console
test_server-0.1.1 script/console
test_server-0.1.0 script/console