[Ironruby-core] aaah yes ... clr interop
Ivan Porto Carrero
ivan at flanders.co.nz
Thu May 14 15:23:16 EDT 2009
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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090514/5e822366/attachment.html>
More information about the Ironruby-core
mailing list