PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Ruby | 23 lines | 8 code | 7 blank | 8 comment | 0 complexity | ac8c7e993d4fafa1711ef2fe29b23e19 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. require 'abstract_typedef'
  11. include Abstract_typedef
  12. swig_assert_each_line(<<'EOF', binding)
  13. e = Engine.new
  14. a = A.new
  15. a.write(e)
  16. EOF