mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
8 lines
148 B
Ruby
Executable File
8 lines
148 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative "../bundler/support/setup"
|
|
|
|
require "turbo_tests"
|
|
TurboTests::CLI.new(ARGV).run
|