зеркало из https://github.com/github/ruby.git
[ruby/rdoc] `RubyVM` is implementation dependent
https://github.com/ruby/rdoc/commit/aaeb5ce1ce
This commit is contained in:
Родитель
b564ef3698
Коммит
da21a2c388
|
@ -106,6 +106,8 @@ class TestRDocParserC < RDoc::TestCase
|
|||
case name
|
||||
when "Refinement"
|
||||
next unless defined?(Refinement)
|
||||
when "RubyVM"
|
||||
next unless defined?(RubyVM)
|
||||
when "Bignum", "Fixnum", "Data", "Socket", /\A(?![A-Z])/
|
||||
next
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче