Method: DepsGrapher::AstProcessorPolicy#include_const
- Defined in:
- lib/deps_grapher/ast_processor_policy.rb
#include_const(matcher) ⇒ Object
14 15 16 |
# File 'lib/deps_grapher/ast_processor_policy.rb', line 14 def include_const(matcher) const matcher, &:processing! end |