Document node corresponding to a method.
make System.doc.method_node(name, description)
: Construct new method node.name
: Name of method.description
: Description of method.output(formatter)
: Outputs documentation for the given method.formatter
: The System.doc.outputters object to use.