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

Represents a method definition, e.g.:

  def mid
    defn
  end

Methods

defn   members   mid   noex  

Public Class methods

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

Public Instance methods

the body of the method definition

the method id

the flags which should be used to define the method

[Validate]