Sha256: 8c38b3f0f2caf916b78badb10c46bcfc4dfa2097235532340e00d0a0ff64054c
Contents?: true
Size: 221 Bytes
Versions: 23
Compression:
Stored size: 221 Bytes
Contents
#!/usr/bin/env ruby require_relative '../lib/rulp' begin require 'pry' load Gem.bin_path('pry', 'pry', ">= 0.9") rescue require 'irb' ARGV.clear # otherwise all script parameters get passed to IRB IRB.start end
Version data entries
23 entries across 23 versions & 1 rubygems