class YARP::ModuleNode

def accept(visitor)

def accept: (visitor: Visitor) -> void
def accept(visitor)
  visitor.visit_module_node(self)
end