1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] RubyVM is implementation dependent

https://github.com/ruby/rdoc/commit/aaeb5ce1ce
This commit is contained in:
Nobuyoshi Nakada 2022-07-11 13:38:24 +09:00 committed by git
parent b564ef3698
commit da21a2c388

View file

@ -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