Sha256: 6dec3aab38b52907d7061888e00f6483dbc6f26f252ed41d1a1476d7ea34c867
Contents?: true
Size: 525 Bytes
Versions: 6354
Compression:
Stored size: 525 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'pry' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' Gem.use_gemdeps version = ">= 0.a" str = ARGV.first if str str = str.b[/\A_(.*)_\z/, 1] if str and Gem::Version.correct?(str) version = str ARGV.shift end end if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('pry', 'pry', version) else gem "pry", version load Gem.bin_path("pry", "pry", version) end
Version data entries
6,354 entries across 6,354 versions & 14 rubygems