diff --git a/Library/Homebrew/cask/cask.rb b/Library/Homebrew/cask/cask.rb index 561c60eb28..b6ccf510cb 100644 --- a/Library/Homebrew/cask/cask.rb +++ b/Library/Homebrew/cask/cask.rb @@ -287,6 +287,10 @@ module Cask @token end + def inspect + "#" + end + def hash token.hash end