Forums | Admin

Discussion Forums: open-discussion

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

 

thx a lot , but unfortunately the error stays.

here are parts of my delegate.rb:
def respond_to?(m, include_private = false)
return true if super
return self.__getobj__.respond_to?(m, include_private)
end

def respond_to?(m, include_private = false) # :nodoc:
return true if super
return @_dc_obj.respond_to?(m, include_private)
end



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