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 464
def block; last end
class_name() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 462
def class_name; first end
superclass() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 463
def superclass; type == :sclass ? nil : self[1] end

[Validate]

Generated with the Darkfish Rdoc Generator 2.