Module: Reek::AST::SexpExtensions::ClassNode Private

Includes:
ModuleNode
Defined in:
lib/reek/ast/sexp_extensions.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Utility methods for :class nodes.

Instance Method Summary collapse

Methods included from ModuleNode

#full_name, #name, #simple_name, #text_name

Instance Method Details

#superclassObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



351
# File 'lib/reek/ast/sexp_extensions.rb', line 351

def superclass() self[2] end