Method: OrientSupport::OrientQuery#expand

Defined in:
lib/support/orientquery.rb

#expand(item) ⇒ Object



584
585
586
587
# File 'lib/support/orientquery.rb', line 584

def expand item
			@q[:projection] =[ " expand ( #{item.to_s} )" ]
			self
end