[ruby] add %typemap(directorout) for shared_ptr.

This commit is contained in:
Takashi Tamura 2017-04-10 23:26:18 +09:00
commit b3c2b1c51c
3 changed files with 25 additions and 4 deletions

View file

@ -19,6 +19,6 @@ class Derived < Creator
end
crash(Derived.new(false))
crash(Derived.new(true))
p crash(Derived.new(false))
p crash(Derived.new(true))