Sha256: 94019207ac34cb3544c7fc487d4203fbd3df9a5dbc95254b488562a8d0e9342a
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
# Builds conversion code for the result of a GObject constructor method. class GirFFI::Builders::ConstructorResultConvertor def initialize argument_name @argument_name = argument_name end def conversion "self.constructor_wrap(#{@argument_name})" end end
Version data entries
3 entries across 3 versions & 1 rubygems