mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
7 lines
164 B
Ruby
7 lines
164 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "path"
|
|
|
|
warn "#{__FILE__} is deprecated. Please use #{Spec::Path.dev_binstub} instead"
|
|
|
|
load Spec::Path.dev_binstub
|