homebrew-cask-versions/lib/cask/artifact/widget.rb
Roland Walker a4149be6ef refactor artifacts
- abstracts out common logic, much code removed
- fixes one bug/inconsistency: some artifacts failed to
  "return false" when the target exists in "preflight_checks".
- one trivial functional change: artifact type and quotation marks
  added in all user feedback (quotes needed b/c of pathnames
  containing spaces)
2014-01-03 17:08:09 -05:00

2 lines
61 B
Ruby

class Cask::Artifact::Widget < Cask::Artifact::Symlinked
end