Sha256: 94010a09515bacbc15e79abc44943675493a2f596c9f0edf6d09dc5cc2aceccc
Contents?: true
Size: 343 Bytes
Versions: 17
Compression:
Stored size: 343 Bytes
Contents
module GirFFI module InfoExt # Extension module provinding a #safe_name method suitable for functions. module SafeFunctionName def safe_name name = self.name return "_" if name.empty? name end end end end GObjectIntrospection::IFunctionInfo.send :include, GirFFI::InfoExt::SafeFunctionName
Version data entries
17 entries across 17 versions & 1 rubygems