Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/jazzy/symbol_graph/constraint.rb

Direct Known Subclasses

Jazzy::Executable::IO

Instance Method Summary collapse

Instance Method Details

#to_where_clauseObject



100
101
102
# File 'lib/jazzy/symbol_graph/constraint.rb', line 100

def to_where_clause
  empty? ? '' : " where #{map(&:to_swift).join(', ')}"
end