From a336e6ebd12cde09855b13fc8de1644de5bfc3ad Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 10 Feb 2008 15:29:00 +0000 Subject: * lib/benchmark.rb (Job::Benchmark#item): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/benchmark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/benchmark.rb b/lib/benchmark.rb index 577d07acbc..a54700a1c2 100644 --- a/lib/benchmark.rb +++ b/lib/benchmark.rb @@ -333,7 +333,7 @@ module Benchmark # Registers the given label and block pair in the job list. # def item(label = "", &blk) # :yield: - raise ArgmentError, "no block" unless block_given? + raise ArgumentError, "no block" unless block_given? label += ' ' w = label.length @width = w if @width < w -- cgit v1.2.3