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

* lib/rdoc/text.rb: removed duplicated code.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-04-10 23:22:28 +00:00
parent 39e2f04e04
commit 600d527333
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Sat Apr 11 08:22:24 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/rdoc/text.rb: removed duplicated code.
Sat Apr 11 04:46:42 2015 Eric Wong <e@80x24.org>
* lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock

View file

@ -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