Module: NQL::Syntax::Coordinator0

Defined in:
lib/nql/grammar.rb

Instance Method Summary collapse

Instance Method Details

#to_ransackObject



259
260
261
262
# File 'lib/nql/grammar.rb', line 259

def to_ransack
  coordinators = {'|' => 'or', '&' => 'and'}
  coordinators[text_value]
end