Class: Babushka::BaseHelper
Class Method Summary (collapse)
Methods inherited from PkgHelper
all_manager_keys, bin_path, cmd_in_path?, cmdline_spec_for, has?, install!, pkg_binary, pkg_update_command, pkg_update_timeout, prefix, present?, should_sudo?, update_pkg_lists, update_pkg_lists_if_required
Methods included from VersionOf::Helpers
Methods included from ShellHelpers
#cmd_dir, #failable_shell, #log_shell, #login_shell, #raw_shell, #shell, #shell!, #shell?, #sudo, #which
Methods included from LogHelpers
#debug, #log, #log_block, #log_error, #log_ok, #log_verbose, #log_warn
Class Method Details
+ (Object) manager_dep
6 |
# File 'lib/babushka/pkg_helpers/base_helper.rb', line 6 def manager_dep; nil end |
+ (Object) manager_key
5 |
# File 'lib/babushka/pkg_helpers/base_helper.rb', line 5 def manager_key; :unknown end |
+ (Object) pkg_type
4 |
# File 'lib/babushka/pkg_helpers/base_helper.rb', line 4 def pkg_type; :unknown end |