mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove EnvUtil.rubyexec
, because it is not used anywhere.
This commit is contained in:
parent
126fd5f15c
commit
db0eab1c6f
Notes:
git
2020-07-28 12:12:18 +09:00
1 changed files with 0 additions and 5 deletions
|
@ -197,11 +197,6 @@ module EnvUtil
|
|||
end
|
||||
module_function :invoke_ruby
|
||||
|
||||
alias rubyexec invoke_ruby
|
||||
class << self
|
||||
alias rubyexec invoke_ruby
|
||||
end
|
||||
|
||||
def verbose_warning
|
||||
class << (stderr = "".dup)
|
||||
alias write concat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue