Sha256: 0dcc8a55a4b650884a0efed35e1689b12b39ee981663b040d30a22cbd344f5a7

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

#!/Users/jasminsuljic/.rbenv/versions/2.6.3/bin/ruby
#
# This file was generated by RubyGems.
#
# The application 'byebug' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

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('byebug', 'byebug', version)
else
gem "byebug", version
load Gem.bin_path("byebug", "byebug", version)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
monri-0.3.0 exe/byebug
monri-0.2.0 exe/byebug