Methods

Class/Module Index [+]

Quicksearch

Reek::Core::ModuleContext

A context wrapper for any module found in a syntax tree.

Public Class Methods

new(outer, name, exp) click to toggle source
# File lib/reek/core/module_context.rb, line 14
def initialize(outer, name, exp)
  super(outer, exp)
  @name = name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.