empty operator is no longer an error
This commit is contained in:
parent
976e760045
commit
144b522773
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ class Logic::EmptyOperator < Logic::BinaryOperator
|
||||||
|
|
||||||
def type = :empty
|
def type = :empty
|
||||||
|
|
||||||
def errors(_stable_ids = nil) = ['empty']
|
def errors(_stable_ids = nil) = []
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue