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

Add Dependency#inspect

parent d5963031
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,10 @@ class Dependency
env_proc.call unless env_proc.nil?
end
def inspect
"#<#{self.class}: #{name.inspect} #{tags.inspect}>"
end
class << self
# Expand the dependencies of dependent recursively, optionally yielding
# [dependent, dep] pairs to allow callers to apply arbitrary filters to
......
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