Class: YARD::Parser::Ruby::ClassNode

Inherits:
KeywordNode show all
Defined in:
lib/yard/parser/ruby/ast_node.rb

Managing node state collapse

Constructor Details

This class inherits a constructor from YARD::Parser::Ruby::AstNode

Instance Method Details

#blockObject



515
# File 'lib/yard/parser/ruby/ast_node.rb', line 515

def block; last end

#class_nameObject



513
# File 'lib/yard/parser/ruby/ast_node.rb', line 513

def class_name; first end

#superclassObject



514
# File 'lib/yard/parser/ruby/ast_node.rb', line 514

def superclass; type == :sclass ? nil : self[1] end