/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/ruby/using_protected_runme.rb
21 строка
215 B
Gonzalo Garramuno
Removed macro stuff titles of author, copyright,
06 май 2007, 22:02
06 май 2007, 22:02
8742036
Код
Авторство
О чём код?
#!/usr/bin/env ruby # # Put description here # # # # # require 'swig_assert' require 'using_protected' include Using_protected f = FooBar.new f.x = 3 if f.blah(4) != 4 raise RuntimeError, "blah(int)" end