Class/Module Index [+]

Quicksearch

YARD::Parser::Ruby::ClassNode

Public Instance Methods

block() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 471
def block; last end
class_name() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 469
def class_name; first end
superclass() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 470
def superclass; type == :sclass ? nil : self[1] end

[Validate]

Generated with the Darkfish Rdoc Generator 2.