class Reek::Context::RootContext
A context wrapper representing the root of an abstract syntax tree.
Public Instance Methods
Source
# File lib/reek/context/root_context.rb, line 23 def method_context_class MethodContext end
Return the correct class for child method contexts (representing nodes of type ‘:def`). For RootContext
, this is the class that represents instance methods.