18 lines
209 B
Ruby
18 lines
209 B
Ruby
|
|
#!/usr/bin/env ruby
|
||
|
|
#
|
||
|
|
# Put description here
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
|
||
|
|
require 'swig_assert'
|
||
|
|
|
||
|
|
require 'director_frob'
|
||
|
|
|
||
|
|
foo = Director_frob::Bravo.new;
|
||
|
|
s = foo.abs_method;
|
||
|
|
|
||
|
|
raise RuntimeError if s != "Bravo::abs_method()"
|