Sha256: 758aecb891123c3fc8cec4c611699f22c4f0a6b5cdc1e7f57855960917d66815
Contents?: true
Size: 227 Bytes
Versions: 311
Compression:
Stored size: 227 Bytes
Contents
#!/usr/bin/env ruby # (C) John Mair (banisterfiend) # MIT license $0 = 'pry' begin require 'pry' rescue LoadError require 'rubygems' require 'pry' end # Process command line options and run Pry Pry::CLI.parse_options
Version data entries
311 entries across 306 versions & 32 rubygems