Class: Hbc::DSL::Postflight
- Includes:
- Staged
- Defined in:
- Library/Homebrew/cask/lib/hbc/dsl/postflight.rb
Instance Method Summary collapse
Methods included from Staged
#bundle_identifier, #current_user, #info_plist_file, #plist_exec, #plist_set, #set_ownership, #set_permissions
Methods inherited from Base
#initialize, #method_missing, #respond_to_missing?, #system_command
Constructor Details
This class inherits a constructor from Hbc::DSL::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Hbc::DSL::Base
Instance Method Details
#suppress_move_to_applications(options = {}) ⇒ Object
8 9 10 |
# File 'Library/Homebrew/cask/lib/hbc/dsl/postflight.rb', line 8 def suppress_move_to_applications( = {}) # TODO: Remove from all casks because it is no longer needed end |