# File lib/jmespath/nodes/and.rb, line 5
def
initialize
(
left
,
right
)
@left
=
left
@right
=
right
end