Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 67710
BY: Dirk Herzhauser (dherzhau2)
DATE: 2009-04-07 07:46
SUBJECT: RE: wrong number of arguments

 

Hi thx for your help,

but this looks like a different problem:

this is my used delegate.rb (part)

def respond_to?(m, include_private = false)
return true if super
return self.__getobj__.respond_to?(m, include_private)
end
from
/usr/lib/ruby/1.8

dherzhau@linux:~> ruby -v
ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux]



Thread View

Thread Author Date
wrong number of argumentsDirk Herzhauser2009-04-01 08:40
      RE: wrong number of argumentsKubo Takehiro2009-04-03 10:43
            RE: wrong number of argumentsDirk Herzhauser2009-04-07 07:46
                  RE: wrong number of argumentsDirk Herzhauser2009-04-07 08:08
                  RE: wrong number of argumentsKubo Takehiro2009-04-07 12:12
                        RE: wrong number of argumentsDirk Herzhauser2009-04-07 12:36
                              RE: wrong number of argumentsDirk Herzhauser2009-04-07 12:45

Post a followup to this message