mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo
This commit is contained in:
parent
42e8de8db9
commit
dd830fab69
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
// DO NOT MODIFY THIS FILE DIRECTLY.
|
||||
// auto-generated file by tool/generic_erb.rb
|
||||
// with template/builtin_binary.inc.tmpl
|
||||
% unless ARGV.include?('--corss=yes')
|
||||
% unless ARGV.include?('--cross=yes')
|
||||
% ary = RubyVM.enum_for(:each_builtin).to_a
|
||||
% ary.each{|feature, iseq|
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue