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

require 'swig_assert'

# This is the import runtime testcase.

require 'imports_a'
require 'imports_b'

x = Imports_b::B.new

x.hello