module GirFFI::Builder::WithTypedContainerPostMethod

Public Instance Methods

post() click to toggle source
# File lib/gir_ffi/builder/argument.rb, line 318
def post
  [ "#{retname} = #{argument_class_name}.wrap #{elm_t}, #{callarg}.to_value" ]
end