class SyntaxTree::YARV::OptGT

def ==(other)

def ==(other)
  other.is_a?(OptGT) && other.calldata == calldata
end