Class: Babushka::ArchSystemProfile

Inherits:
LinuxSystemProfile show all
Defined in:
lib/babushka/system_profile.rb

Instance Method Summary collapse

Methods inherited from LinuxSystemProfile

#cpus, #flavour_str, #public_ip, #release, #system, #system_str, #total_memory

Methods inherited from SystemProfile

#bsd?, #cpu_type, #cpus, #description, #differentiator_for, #library_ext, #linux?, #match_list, #matcher, #matches?, #name, #name_str, #osx?, #pkg_helper_key, #pkg_helper_str, #public_ip, #total_memory, #version_info

Methods included from ShellHelpers

cmd_dir, current_username, log_shell, login_shell, raw_shell, shell, shell!, shell?, shell_cmd, sudo, which

Methods included from LogHelpers

debug, deprecated!, log, log_block, log_error, log_ok, log_stderr, log_warn, removed!

Instance Method Details

#flavourObject



185
# File 'lib/babushka/system_profile.rb', line 185

def flavour; :arch end

#get_version_infoObject



183
# File 'lib/babushka/system_profile.rb', line 183

def get_version_info; 'rolling' end

#pkg_helperObject



184
# File 'lib/babushka/system_profile.rb', line 184

def pkg_helper; PacmanHelper end

#versionObject



186
# File 'lib/babushka/system_profile.rb', line 186

def version; ''; end