Method: Logica::Predicates::Base#name_and_attributes

Defined in:
lib/logica/predicates/base.rb

#name_and_attributesObject



104
105
106
# File 'lib/logica/predicates/base.rb', line 104

def name_and_attributes
  "#{name}(#{attributes.values.join(', ')})"
end