ruby-changes:31262
From: nobu <ko1@a...>
Date: Thu, 17 Oct 2013 22:44:53 +0900 (JST)
Subject: [ruby-changes:31262] nobu:r43341 (trunk): * remove trailing spaces.
nobu 2013-10-17 22:44:47 +0900 (Thu, 17 Oct 2013) New Revision: 43341 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43341 Log: * remove trailing spaces. Modified files: trunk/lib/tsort.rb Index: lib/tsort.rb =================================================================== --- lib/tsort.rb (revision 43340) +++ lib/tsort.rb (revision 43341) @@ -267,7 +267,7 @@ module TSort https://github.com/ruby/ruby/blob/trunk/lib/tsort.rb#L267 # end # # graph = G.new({1=>[2, 3], 2=>[4], 3=>[2, 4], 4=>[]}) - # graph.each_strongly_connected_component_from(2) {|scc| p scc } + # graph.each_strongly_connected_component_from(2) {|scc| p scc } # #=> [4] # # [2] # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/