Sha256: 8ae4ef2171e96e7694d1719928cabc02d33c9ebac783df946164d828045448f6
Contents?: true
Size: 371 Bytes
Versions: 13
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true module GirFFI module Builders # Implements a blank return value matching ReturnValueBuilder's interface. class NullReturnValueBuilder def initialize; end def array_length_idx -1 end def capture_variable_name nil end def post_conversion [] end end end end
Version data entries
13 entries across 13 versions & 1 rubygems