Class Node::BMETHOD
In: lib/methodsig.rb
ext/nodeinfo.c
Parent: Object

A placeholder for a method defined using define_method, e.g.:

  define_method(:foo) {
    ...
  }

See also DMETHOD.

Methods

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]