swig/Examples/test-suite/ruby/static_const_member_2_runme.rb
Logan Johnson b23b25d118 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4462 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-07 17:37:46 +00:00

12 lines
455 B
Ruby

require 'static_const_member_2'
include Static_const_member_2
c = Test_int.new
a = Test_int::Forward_field # should be available as a class constant
a = Test_int::Current_profile # should be available as a class constant
a = Test_int::RightIndex # should be available as a class constant
a = Test_int::Backward_field # should be available as a class constant
a = Test_int::LeftIndex # should be available as a class constant
a = Test_int.cavity_flags