Sha256: c906979e64f060b01a11eb8e0e37b348e1b2eb66e9282381426df25645d80686
Contents?: true
Size: 219 Bytes
Versions: 6794
Compression:
Stored size: 219 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # (C) John Mair (banisterfiend) # MIT license $0 = 'pry' require 'pry' # Process command line options and run Pry opts = Pry::CLI.parse_options Pry::CLI.start(opts)
Version data entries
6,794 entries across 6,790 versions & 30 rubygems