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

require 'swig_assert'

require 'sneaky1'

x = Sneaky1.add(3, 4)
y = Sneaky1.subtract(3, 4)
z = Sneaky1.mul(3, 4)
w = Sneaky1.divide(3, 4)