import source from 1.3.40
[external/swig.git] / Examples / test-suite / ruby / director_frob_runme.rb
1 #!/usr/bin/env ruby
2 #
3 # Put description here
4 #
5
6
7
8 #
9
10 require 'swig_assert'
11
12 require 'director_frob'
13
14 foo = Director_frob::Bravo.new;
15 s = foo.abs_method;
16
17 raise RuntimeError if s != "Bravo::abs_method()"