/trunk/Examples/test-suite/ruby/director_frob_runme.rb
# · Ruby · 17 lines · 5 code · 4 blank · 8 comment · 2 complexity · ff0c84a7271b8b914482dbc958df4b2d MD5 · raw file
- #!/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()"