# File test/src/sql.rb, line 110
def
op_name
case
op
when
"!="
"!="
:
"<>"
else
op
.
to_s
end
end