I'm sorry I'll probably keep hitting all those points while I'm writing
integration specs.

Ok so would it be possible to have a way to configure the underlying type
which methods it needs to redefine with a new operator
public class SomeClass{
    public void MyMethod(){
    }
}

public class Inheritor : SomeClass {
    public new void MyMethod(){
       //some new logic here
    }
}

something like

class Inheritor < SomeClass

  redef_method :my_method

end



-- 
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to