PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/ruby/imports_runme.rb

#
Ruby | 20 lines | 5 code | 6 blank | 9 comment | 0 complexity | 96a61c321a713184e6157e03c7ab7936 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #!/usr/bin/env ruby
  2. #
  3. # Put description here
  4. #
  5. #
  6. #
  7. #
  8. #
  9. require 'swig_assert'
  10. # This is the import runtime testcase.
  11. require 'imports_a'
  12. require 'imports_b'
  13. x = Imports_b::B.new
  14. x.hello