# File lib/enumerated_attribute/attribute/attribute_descriptor.rb, line 28 def labels @labels_array ||= self.map{|e| @labels_hash[e]} end