Method: Logica::Predicates::Base#name_and_attributes
- Defined in:
- lib/logica/predicates/base.rb
#name_and_attributes ⇒ Object
104 105 106 |
# File 'lib/logica/predicates/base.rb', line 104 def name_and_attributes "#{name}(#{attributes.values.join(', ')})" end |