Object
A context wrapper representing the root of an abstract syntax tree.
# File lib/reek/core/stop_context.rb, line 9 def initialize @name = '' end
# File lib/reek/core/stop_context.rb, line 17 def config {} end
# File lib/reek/core/stop_context.rb, line 21 def count_statements(num) 0 end
# File lib/reek/core/stop_context.rb, line 25 def full_name '' end
# File lib/reek/core/stop_context.rb, line 13 def method_missing(method, *args) nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.