3 4 5
# File 'lib/lookout/predicate_label.rb', line 3 def self.[](value) Lookout.config.predicate_labels[value.to_sym] || value.to_s.titleize end