ruby-changes:37893
From: gogotanaka <ko1@a...>
Date: Mon, 16 Mar 2015 02:53:04 +0900 (JST)
Subject: [ruby-changes:37893] gogotanaka:r49974 (trunk): * test/ruby/test_proc.rb: Fix typo signle -> single
gogotanaka 2015-03-16 02:52:46 +0900 (Mon, 16 Mar 2015) New Revision: 49974 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49974 Log: * test/ruby/test_proc.rb: Fix typo signle -> single [fix GH-852][ci skip] Patch by @hanachin Modified files: trunk/test/ruby/test_proc.rb Index: test/ruby/test_proc.rb =================================================================== --- test/ruby/test_proc.rb (revision 49973) +++ test/ruby/test_proc.rb (revision 49974) @@ -579,7 +579,7 @@ class TestProc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_proc.rb#L579 assert_equal [1, 2, 3], pr.call([1,2,3,4,5,6]) end - def test_proc_args_opt_signle + def test_proc_args_opt_single bug7621 = '[ruby-dev:46801]' pr = proc {|a=:a| a -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/