Class: Cask::DSL::Postflight Private

Inherits:
Base show all
Includes:
Staged
Defined in:
cask/dsl/postflight.rb

Overview

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Class corresponding to the postflight stanza.

Constant Summary

Constants included from Staged

Staged::Paths

Instance Method Summary collapse

Methods included from Staged

#set_ownership, #set_permissions

Methods included from Kernel

#disk_usage_readable, #ensure_executable!, #ensure_formula_installed!, #exec_browser, #exec_editor, #ignore_interrupts, #interactive_shell, #number_readable, #odebug, #odeprecated, #odie, #odisabled, #ofail, #oh1, #oh1_title, #ohai, #ohai_title, #onoe, #opoo, #paths, #pretty_duration, #pretty_installed, #pretty_outdated, #pretty_uninstalled, #quiet_system, #redact_secrets, #redirect_stdout, #require?, #safe_system, #tap_and_name_comparison, #truncate_text_to_approximate_size, #which, #which_all, #which_editor, #with_custom_locale, #with_env, #with_homebrew_path

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. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.



12
13
14
# File 'cask/dsl/postflight.rb', line 12

def suppress_move_to_applications(**_options)
  odisabled "`Cask::DSL::Postflight#suppress_move_to_applications`"
end