mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
7 lines
150 B
Ruby
Executable File
7 lines
150 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative "../bundler/support/activate"
|
|
|
|
load File.expand_path("bundle", Spec::Path.exedir)
|