define_method + super very broken at the moment
-----------------------------------------------

                 Key: JRUBY-2330
                 URL: http://jira.codehaus.org/browse/JRUBY-2330
             Project: JRuby
          Issue Type: Bug
            Reporter: Ola Bini
            Assignee: Thomas E Enebo
            Priority: Critical


On current trunk the following test case fails hard: 

{noformat}
class Foo
 def bar(x, y); end
end

class Bar < Foo
 define_method :bar do |*args|
    super
  end
end

b = Bar.new
b.bar(1, 2)
{noformat}

This currently blows up. Ouch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to