Class Node::DMETHOD
In: ext/nodeinfo.c
Parent: Node

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.

Methods

cval   members  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

the Proc object passed to define_method, which contains the body of the method

[Validate]