ruby-changes:38140
From: hsbt <ko1@a...>
Date: Sat, 11 Apr 2015 08:22:53 +0900 (JST)
Subject: [ruby-changes:38140] hsbt:r50221 (trunk): * lib/rdoc/text.rb: removed duplicated code.
hsbt 2015-04-11 08:22:28 +0900 (Sat, 11 Apr 2015) New Revision: 50221 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50221 Log: * lib/rdoc/text.rb: removed duplicated code. Modified files: trunk/ChangeLog trunk/lib/rdoc/text.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 50220) +++ ChangeLog (revision 50221) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Apr 11 08:22:24 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * lib/rdoc/text.rb: removed duplicated code. + Sat Apr 11 04:46:42 2015 Eric Wong <e@8...> * lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock Index: lib/rdoc/text.rb =================================================================== --- lib/rdoc/text.rb (revision 50220) +++ lib/rdoc/text.rb (revision 50221) @@ -13,8 +13,6 @@ begin https://github.com/ruby/ruby/blob/trunk/lib/rdoc/text.rb#L13 rescue Gem::LoadError end -require 'json' - ## # Methods for manipulating comment text @@ -321,4 +319,3 @@ module RDoc::Text https://github.com/ruby/ruby/blob/trunk/lib/rdoc/text.rb#L319 end end - -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/