Parent

Methods

RubyParser::Keyword::KWtable

Attributes

name[RW]
state[RW]
id0[RW]
id1[RW]

Public Class Methods

new(name, id=[], state=nil) click to toggle source
     # File lib/ruby_parser_extras.rb, line 821
821:       def initialize(name, id=[], state=nil)
822:         @name  = name
823:         @id0, @id1 = id
824:         @state = state
825:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.