class SyntaxTree::YARV::Send

def to_a(_iseq)

def to_a(_iseq)
  [:send, calldata.to_h, block_iseq&.to_a]
end