Sha256: a48c907e2c33a6e604183690184585a0f608e8547e537b20dd94cd0914d5342c
Contents?: true
Size: 371 Bytes
Versions: 7
Compression:
Stored size: 371 Bytes
Contents
require 'introspection_test_helper' describe GObjectIntrospection::IObjectInfo do describe "#find_vfunc" do before do gir = GObjectIntrospection::IRepository.default gir.require 'GObject', nil @info = gir.find_by_name 'GObject', 'Object' end it "finds a vfunc by name" do @info.find_vfunc("finalize").wont_be_nil end end end
Version data entries
7 entries across 7 versions & 1 rubygems