Method: RPath::VertexArrayExpression#where
- Defined in:
- lib/rpath/expressions.rb
#where(*args, &block) ⇒ Where
Returns an expression that evaluates to the vertices in A meeting certain conditions.
91 92 93 |
# File 'lib/rpath/expressions.rb', line 91 def where(*args, &block) Where.new self, *args, &block end |