Sha256: a8452466a536c2f0e818f9765b840d7af6a030136be1fc1f5d7970010f15ee75
Contents?: true
Size: 332 Bytes
Versions: 9
Compression:
Stored size: 332 Bytes
Contents
module GLib load_class :Variant # Overrides for GVariant, GLib's variant data type. class Variant setup_instance_method "get_string" def get_string_with_override get_string_without_override.first end alias get_string_without_override get_string alias get_string get_string_with_override end end
Version data entries
9 entries across 9 versions & 1 rubygems