Class: Babushka::ArchSystemProfile
- Inherits:
-
LinuxSystemProfile
- Object
- SystemProfile
- LinuxSystemProfile
- Babushka::ArchSystemProfile
- Defined in:
- lib/babushka/system_profile.rb
Instance Method Summary (collapse)
Methods inherited from LinuxSystemProfile
#flavour_str, for_flavour, #linux?, #release, #system, #system_str
Methods inherited from SystemProfile
#cpu_type, #description, #differentiator_for, #first_nonmatch_for, #flavour_str_map, for_flavour, for_host, #library_ext, #linux?, #match_list, #matches?, #name, #name_str, #osx?, #our_flavour_names, #our_flavours, #pkg_helper_key, #pkg_helper_str, #total_memory, #version_info
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
Instance Method Details
- (Object) flavour
179 |
# File 'lib/babushka/system_profile.rb', line 179 def flavour; :arch end |
- (Object) get_version_info
177 |
# File 'lib/babushka/system_profile.rb', line 177 def get_version_info; 'rolling' end |
- (Object) pkg_helper
178 |
# File 'lib/babushka/system_profile.rb', line 178 def pkg_helper; PacmanHelper end |
- (Object) version
180 |
# File 'lib/babushka/system_profile.rb', line 180 def version; ''; end |