method
with_namespace
v7.1.3.2 -
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 16
def with_namespace(node)
@namespace_stack << node.constant.constant.value
visit_child_nodes(node)
@namespace_stack.pop
end