Method: CodeNode::SpecHelpers::DotFile#has_containment?
- Defined in:
- lib/code_node/spec_helpers/dot_file.rb
#has_containment?(path1, path2) ⇒ Boolean
61 62 63 |
# File 'lib/code_node/spec_helpers/dot_file.rb', line 61 def has_containment?(path1, path2) has_relation? :containment, path1, path2 end |