Re: [Ironruby-core] igem.bat

2009-01-31 Thread Ivan Porto Carrero
You have to edit ir.exe.config and change the paths to reflect your installation. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim On Sat, Jan 31, 2009 at 8:30 AM,

Re: [Ironruby-core] Extending modules defined in a ruby library via C#

2009-01-31 Thread Tomas Matousek
That's absolutely true for arbitrary CLR types. Library types (those marked by RubyClass attribute) are handled differently though. They can be seen like collections of extension methods. So it makes sense to extend a Ruby class using library methods. So far we were focused on extending CLR