blob: a18feac3d1e742ae831c85f603cf70da183eb83e [file] [log] [blame]
#!/usr/bin/env ruby
#
# Put description here
#
#
#
#
#
require 'swig_assert'
require 'director_string'
class B < Director_string::A
def initialize(some_string)
super(some_string)
end
end
b = B.new("hello")
b.get_first
b.get(0)