From b0c19be2849d4957d4b6b230004c9ce351ad8545 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 17 Oct 2013 13:44:47 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/tsort.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsort.rb b/lib/tsort.rb index cbff72b124..13718dd791 100644 --- a/lib/tsort.rb +++ b/lib/tsort.rb @@ -267,7 +267,7 @@ module TSort # 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] # -- cgit v1.2.3