# File lib/enumerated_attribute/attribute/attribute_descriptor.rb, line 38 def set_label(enum_value, label_string) reset_labels @labels_hash[enum_value.to_sym] = label_string end