From ba6ae341bab83dfc7a624c5bf20d8d162dacaff9 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 7 Sep 2016 22:23:38 +0000 Subject: * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2 Fixed ri parse defect with left-hand matched classes. https://github.com/rdoc/rdoc/pull/420 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_rubygems_hook.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/rdoc/test_rdoc_rubygems_hook.rb') diff --git a/test/rdoc/test_rdoc_rubygems_hook.rb b/test/rdoc/test_rdoc_rubygems_hook.rb index 9ab481cbd4..143d45ec66 100644 --- a/test/rdoc/test_rdoc_rubygems_hook.rb +++ b/test/rdoc/test_rdoc_rubygems_hook.rb @@ -1,5 +1,4 @@ # frozen_string_literal: false -require 'rubygems' require 'rubygems/test_case' require 'rdoc/rubygems_hook' @@ -249,4 +248,3 @@ class TestRDocRubygemsHook < Gem::TestCase end end - -- cgit v1.2.3