summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/using1_runme.rb
blob: 44fcf129bc8cdc6668fe17b2267316cd4f9dff0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env ruby
#
# Put description here
#
# 
# 
# 
#

require 'swig_assert'

require 'using1'

raise RuntimeError unless Using1.spam(37) == 37