Sha256: 6e10a7bf923099f0821c811d9e594b1e1c84b86db049d118578f729a18064b50
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 Bytes
Contents
#!/usr/bin/env ruby # (C) Sean Callan (doomspork) # MIT license $0 = 'pry' begin require 'icepick' rescue LoadError require 'rubygems' require 'icepick' end # Process command line options and run Pry Pry::CLI.parse_options
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
icepick-1.3.1 | bin/icepick |
icepick-1.3.0 | bin/icepick |
icepick-1.1.1 | bin/icepick |
icepick-1.1.0 | bin/icepick |
icepick-0.2.0 | bin/icepick |
icepick-0.1.0 | bin/icepick |