A placeholder for a method defined using define_method where the passed block is created from a Method object, e.g.:
define_method(:name, method(:foo))
See also BMETHOD.
Return an array of strings containing the names of the node class‘s members.
the Proc object passed to define_method, which contains the body of the method
[Validate]