18 19 20
# File 'lib/lookbook/entities/entity.rb', line 18 def label @_label ||= fetch_config(:label) { name.titleize } end