aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-10 23:22:28 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-10 23:22:28 +0000
commit600d52733303dff736f10e2d35f41264467a32dc (patch)
treec3b301dffc55102a01b6f7a15bcd155d4f68f1d4 /lib/rdoc
parent39e2f04e0463a829b6ac20c92ab273f17063c26b (diff)
downloadruby-600d52733303dff736f10e2d35f41264467a32dc.tar.gz
* lib/rdoc/text.rb: removed duplicated code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/text.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rdoc/text.rb b/lib/rdoc/text.rb
index 606f15eb0e..827767b830 100644
--- a/lib/rdoc/text.rb
+++ b/lib/rdoc/text.rb
@@ -13,8 +13,6 @@ begin
rescue Gem::LoadError
end
-require 'json'
-
##
# Methods for manipulating comment text
@@ -321,4 +319,3 @@ module RDoc::Text
end
end
-