mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
8 lines
164 B
Ruby
8 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
|