aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/rename_scope_runme.rb
blob: ea4fa94a62af9cb812be2ea3aa80dcdeb8d48254 (plain)
1
2
3
4
5
6
7
8
9
10
require 'rename_scope'

include Rename_scope

a = Natural_UP.new
b = Natural_BP.new

raise RuntimeError if a.rtest() != 1

raise RuntimeError if b.rtest() != 1