Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtichner committed Nov 15, 2022
1 parent a78135f commit fbb7ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jmespath/nodes/condition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def optimize
class ComparatorCondition < Node
COMPARATOR_TO_CONDITION = {}
COMPARABLE_TYPES = [Integer, Float, String].freeze

def initialize(left, right, child)
@left = left
@right = right
Expand Down

0 comments on commit fbb7ff4

Please sign in to comment.