2 3 4
# File 'lib/ceml/models/incident_model.rb', line 2 def like(*syms) syms.inject({}) { |h, k| h[k] = self[k] if self[k]; h } end