Sha256: 0b5c55365618358e6a9d690a1894ba2c0b7aa4c811458b741ab391218b60f015
Contents?: true
Size: 406 Bytes
Versions: 3
Compression:
Stored size: 406 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "software_binder" # 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. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start require "irb" def reload! load_all './lib' puts "Reloaded!" end IRB.start(__FILE__)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
software_binder-0.1.3 | bin/console |
software_binder-0.1.2 | bin/console |
software_binder-0.1.1 | bin/console |