JavaDependency: add inspect
Closes Homebrew/homebrew#37106. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
bec41feb7e
commit
c7d07bcabd
@ -160,4 +160,8 @@ class JavaDependency < Requirement
|
|||||||
s += super
|
s += super
|
||||||
s
|
s
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def inspect
|
||||||
|
"#<#{self.class.name}: #{name.inspect} #{tags.inspect} version=#{@version.inspect}>"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user