I use IRONRUBY_VERSION require 'caricature/clr' if defined?(IRONRUBY_VERSION)
But we do need to find a way to "fix" the rbconfig file because it would be good to interrogate that sometimes. --- 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) On Thu, Oct 29, 2009 at 8:25 AM, Nathan Stults <nathan_stu...@hsihealth.com>wrote: > I noticed that the PLATFORM and RUBY_PLATFORM constants returns the same > string when running from MRI as from IronRuby. Is there a standard Ruby > constant or Kernel method or something that will indicate that the > interpreter is IronRuby as opposed to MRI? While it is certainly true that > the OS is the same when running from both environments, it would seem pretty > useful to me to be able to distinguish, as JRuby does, so we can write > libraries that can selectively do things like selectively take advantage of > the .NET BCL if present. There are probably easy enough ways to work around > this, like ‘begin require System @platform=”ir” rescue LoadError end’ but > using PLATFORM directly feels like it would be more elegant. > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core