Skip to content
Snippets Groups Projects
Commit 1a1f9aa3 authored by Jack Nagel's avatar Jack Nagel
Browse files

Improve inspect output for dependency collections

parent 6f6484f0
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,10 @@ class Dependencies
deps == other.deps
end
alias_method :eql?, :==
def inspect
"#<#{self.class.name}: #{to_a.inspect}>"
end
end
class Requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment