Sha256: 6d17247028947dbc5eb846c0ba4d7d825ec5823c95e91e2d15b23af89ebaa7eb
Contents?: true
Size: 262 Bytes
Versions: 9
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true require 'gir_ffi_test_helper' describe GLib::Variant do describe '#get_string' do it 'returns just the contained string' do var = GLib::Variant.new_string('Foo') var.get_string.must_equal 'Foo' end end end
Version data entries
9 entries across 9 versions & 1 rubygems