Found the answer for those that might come across this and are in the 
same boat:

http://www.ruby-forum.com/topic/126197#new

Working Example:

mystring = $external.MyMethod.to_s
puts "mystring=#{mystring}."

if mystring == 'abcd'
 puts "Match."
else
 puts "No match.
end

Output:

mystring=abcd.
Match.

Regards,

Aaron



-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to