class SyntaxTree::YARV::DefineMethod

def to_a(_iseq)

def to_a(_iseq)
  [:definemethod, method_name, method_iseq.to_a]
end