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

Removed unnecessary json loading.

It causes test fail on http://ci.rvm.jp/results/trunk-test@frontier/101990

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-10-08 09:13:03 +00:00
parent 6064132c42
commit cb69638dd1

View file

@ -5,16 +5,6 @@
require 'strscan' require 'strscan'
##
# For RDoc::Text#snippet
begin
gem 'json'
rescue NameError => e # --disable-gems
raise unless e.name == :gem
rescue Gem::LoadError
end
## ##
# Methods for manipulating comment text # Methods for manipulating comment text