swig/Examples/test-suite/ruby/director_frob_runme.rb
2004-01-22 00:52:06 +00:00

6 lines
127 B
Ruby

require 'director_frob'
foo = Director_frob::Bravo.new;
s = foo.abs_method;
raise RuntimeError if s != "Bravo::abs_method()"