mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
7 lines
148 B
Ruby
Executable file
7 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
|