swig/Examples/test-suite/ruby/frob_runme.rb
2004-01-21 00:46:08 +00:00

6 lines
109 B
Ruby

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