Sha256: f7e4985e81861f95227bfc368fc09bb7934d9cbc917cf363e1a41dd1e4d3905b
Contents?: true
Size: 230 Bytes
Versions: 32
Compression:
Stored size: 230 Bytes
Contents
#include "common.h" VALUE attr_name_for_serialization(Attribute attribute) { volatile VALUE name_str = attribute->name_str; if (attribute->alias_name != Qnil) { name_str = attribute->alias_name; } return name_str; }
Version data entries
32 entries across 32 versions & 1 rubygems