Add Dependency#inspect

This commit is contained in:
Jack Nagel 2013-06-07 20:36:13 -05:00
parent d596303199
commit 9a2a43b558

View File

@ -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