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:
parent
b564ef3698
commit
da21a2c388
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue