Module: DeepCover::Analyser::Subset
- Included in:
- Branch, Function, Node, Ruby25LikeBranch, Statement
- Defined in:
- lib/deep_cover/analyser/subset.rb
Overview
A module to create a subset from a criteria called ‘in_subset?` Including classes can refine it, or specify SUBSET_CLASSES
Instance Method Summary collapse
Instance Method Details
#node_children(node) ⇒ Object
7 8 9 |
# File 'lib/deep_cover/analyser/subset.rb', line 7 def node_children(node) find_children(node) end |