class SyntaxTree::YARV::InvokeBlock

def ==(other)

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