class Array
Public Instance Methods
to_where_clause()
click to toggle source
# File lib/jazzy/symbol_graph/constraint.rb, line 100 def to_where_clause empty? ? '' : " where #{map(&:to_swift).join(', ')}" end