From c6b9f162317bcd287a8983f67049d0cb9ba1566f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Oct 2005 08:18:38 +0000 Subject: * string.c (scan_once): wrong condition to use mbclen2(). [ruby-dev:27535] * time.c (time_sunday): added predicate methods for the days of the week. [ruby-list:41340] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/matrix.rb') diff --git a/lib/matrix.rb b/lib/matrix.rb index c62acdf9aa..8058addb91 100644 --- a/lib/matrix.rb +++ b/lib/matrix.rb @@ -246,7 +246,7 @@ class Matrix # use to general users. # def initialize(init_method, *argv) - self.send(init_method, *argv) + self.funcall(init_method, *argv) end def init_rows(rows, copy) -- cgit v1.2.3