module Rasti::DB::NQL::Syntax::Conjunction0

Public Instance Methods

left() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 199
def left
  elements[0]
end
right() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 203
def right
  elements[4]
end