Class: LogicalOperator

Inherits:
Object
  • Object
show all
Defined in:
app/constants/logical_operator.rb

Overview

typed: strict frozen_string_literal: true

Constant Summary collapse

AND =
"and"
OR =
"or"