Method: CodeNode::SpecHelpers::DotFile#has_extension?
- Defined in:
- lib/code_node/spec_helpers/dot_file.rb
#has_extension?(path1, path2) ⇒ Boolean
73 74 75 |
# File 'lib/code_node/spec_helpers/dot_file.rb', line 73 def has_extension?(path1, path2) has_relation? :extension, path1, path2 end |