Hi, I would like to know why interoperability is such a long word?
just kidding! I'm playing with the CLR interoperability and I have some questions: 1. Is "require 'mscorlib'" really essential? 2. Should investigating Clr objects work? For example, this is what happens now: >>> System::Data::DataSet.instance_methods - Class.methods => [] Only after I create a dataset object and access, for instance, the tables property, the "tables" method is added to the instance_methods list. Many thanks! Shay. ---------------------------- http://www.ironshay.com Follow me: http://twitter.com/ironshay -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
