Sha256: c169e7d007fcb304c947e4354f84bd7229573e66fe914f6c04329ce4fa9eb4e1
Contents?: true
Size: 292 Bytes
Versions: 9
Compression:
Stored size: 292 Bytes
Contents
module GirFFI module InfoExt # Extensions for GObjectIntrospection::IPropertyInfo needed by GirFFI module IPropertyInfo def getter_name name.gsub(/-/, '_') end end end end GObjectIntrospection::IPropertyInfo.send :include, GirFFI::InfoExt::IPropertyInfo
Version data entries
9 entries across 9 versions & 1 rubygems