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:
parent
6064132c42
commit
cb69638dd1
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue