A while ago I wrote a post about using Generic CLR classes from IronRuby . This time I’ll share with you its less intuitive friend – using generic CLR methods from IronRuby. As a result of Ruby being a duck-typed language which works with types implicitly, generics is not really needed. The whole language is generic… This is why using generic CLR types might become a bit odd for the language. Nonetheless, this fact will not stop us. The price to pay in order to enjoy Ruby in the .Net framework is...