Class/Module Index [+]

Quicksearch

Reek::Core::SingletonMethodContext

A context wrapper for any singleton method definition found in a syntax tree.

Public Class Methods

new(outer, exp) click to toggle source
# File lib/reek/core/singleton_method_context.rb, line 11
def initialize(outer, exp)
  super(outer, exp)
end

Public Instance Methods

envious_receivers() click to toggle source
# File lib/reek/core/singleton_method_context.rb, line 15
def envious_receivers
  []
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.