mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +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
|