Sha256: 2e083f8520d67fee6c355cea1b5dc1582cb3d17ed25173ed7ee48ac8b939bec1
Contents?: true
Size: 493 Bytes
Versions: 32
Compression:
Stored size: 493 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'docker-sync' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # ActiveSupport stuff for readability (specially `1.second` and stuff like that) require 'active_support' require 'active_support/core_ext/numeric/time' require 'active_support/core_ext/integer/time' require 'active_support/core_ext/object/blank' require 'pry' Pry.start
Version data entries
32 entries across 32 versions & 1 rubygems