class SyntaxTree::YARV::InvokeBlock

def to_a(_iseq)

def to_a(_iseq)
  [:invokeblock, calldata.to_h]
end