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

require 'swig_assert'

require 'typemap_namespace'

include Typemap_namespace

raise RuntimeError if test1("hello") != "hello"

raise RuntimeError if test2("hello") != "hello"