method
with_namespace
v8.1.1 -
Show latest stable
- Class:
RailInspector::Visitor::Attribute
with_namespace(node)public
No documentation available.
# File tools/rail_inspector/lib/rail_inspector/visitor/attribute.rb, line 15
def with_namespace(node)
@namespace_stack << node.constant_path.name
visit_child_nodes(node)
@namespace_stack.pop
end