Parent

Class/Module Index [+]

Quicksearch

Reek::Core::StopContext

A context wrapper representing the root of an abstract syntax tree.

Public Class Methods

new() click to toggle source
# File lib/reek/core/stop_context.rb, line 9
def initialize
  @name = ''
end

Public Instance Methods

config() click to toggle source
# File lib/reek/core/stop_context.rb, line 17
def config
  {}
end
count_statements(num) click to toggle source
# File lib/reek/core/stop_context.rb, line 21
def count_statements(num)
  0
end
full_name() click to toggle source
# File lib/reek/core/stop_context.rb, line 25
def full_name
  ''
end
method_missing(method, *args) click to toggle source
# File lib/reek/core/stop_context.rb, line 13
def method_missing(method, *args)
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.