Class: Cask::DSL::Postflight Private
- Includes:
- Staged
- Defined in:
- Library/Homebrew/cask/dsl/postflight.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class corresponding to the postflight
stanza.
Instance Method Summary collapse
Methods included from Staged
#set_ownership, #set_permissions
Methods inherited from Base
#initialize, #method_missing, #system_command
Constructor Details
This class inherits a constructor from Cask::DSL::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cask::DSL::Base
Instance Method Details
#suppress_move_to_applications(options = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'Library/Homebrew/cask/dsl/postflight.rb', line 14 def suppress_move_to_applications( = {}) # TODO: Remove from all casks because it is no longer needed end |