Sign in
fuchsia
/
third_party
/
swig
/
f4fbfa65be57f7409f79b752cda126eb49544f44
/
.
/
Examples
/
test-suite
/
ruby
/
cpp17_director_string_view_runme.rb
blob: 82e5fd01d2a0431c25e71550a2c8b8640959d1ef [
file
] [
log
] [
blame
]
#!/usr/bin/env ruby
#
# Put description here
#
#
#
#
#
require
'swig_assert'
require
'cpp17_director_string_view'
class
B
<
Cpp17_director_string_view
::
A
def
initialize
(
some_string
)
super
(
some_string
)
end
end
b
=
B
.
new
(
"hello"
)
b
.
get_first
b
.
get
(
0
)