Sha256: afae9b9f1fb38f360fe1fd4612b0a07f128bbc2e1dc4539d03711bcf0a4fc5f3

Contents?: true

Size: 284 Bytes

Versions: 4

Compression:

Stored size: 284 Bytes

Contents

require 'bundler/setup'
require 'expedition'

def reload!
  old_verbose, $VERBOSE = $VERBOSE, nil
  Dir["#{File.dirname(__FILE__)}/lib/**/*.rb"].sort.each { |f| load f }
ensure
  $VERBOSE = old_verbose
end

def client(host = 'localhost', port = 4028)
  Expedition.new(host, port)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
expedition-0.4.0 .pryrc
expedition-0.3.0 .pryrc
expedition-0.2.0 .pryrc
expedition-0.1.0 .pryrc