Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/ruby/using_protected_runme.rb
2019-08-04 21:38:19 -05:00

23 lines
215 B
Ruby

#!/usr/bin/env ruby
#
# Put description here
#
#
#
#
#
require 'swig_assert'
require 'using_protected'
include Using_protected
f = FooBar.new
f.x = 3
if f.blah(4) != 4
raise RuntimeError, "blah(int)"
end