Method: CodeNode::SpecHelpers::DotFile#has_inheritance?
- Defined in:
- lib/code_node/spec_helpers/dot_file.rb
#has_inheritance?(path1, path2) ⇒ Boolean
65 66 67 |
# File 'lib/code_node/spec_helpers/dot_file.rb', line 65 def has_inheritance?(path1, path2) has_relation? :inheritance, path1, path2 end |