class SyntaxTree::YARV::OptGE

def ==(other)

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