Class: Babushka::UnknownSystem
Instance Method Summary
collapse
#bsd?, #cpu_type, #cpus, #definition, #differentiator_for, #hostname, #library_ext, #linux?, #match_list, #matcher, #matches?, #osx?, #pkg_helper, #pkg_helper_key, #pkg_helper_str, #public_ip, #system_description, #total_memory, #version_info
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
81
|
# File 'lib/babushka/system_profile.rb', line 81
def codename; :unknown end
|
#codename_str ⇒ Object
82
|
# File 'lib/babushka/system_profile.rb', line 82
def codename_str; 'Unknown' end
|
#description ⇒ Object
71
72
73
|
# File 'lib/babushka/system_profile.rb', line 71
def description
"Unknown system"
end
|
77
|
# File 'lib/babushka/system_profile.rb', line 77
def flavour; :unknown end
|
#flavour_str ⇒ Object
78
|
# File 'lib/babushka/system_profile.rb', line 78
def flavour_str; 'Unknown' end
|
79
|
# File 'lib/babushka/system_profile.rb', line 79
def release; 'unknown' end
|
75
|
# File 'lib/babushka/system_profile.rb', line 75
def system; :unknown end
|
#system_str ⇒ Object
76
|
# File 'lib/babushka/system_profile.rb', line 76
def system_str; 'Unknown' end
|
80
|
# File 'lib/babushka/system_profile.rb', line 80
def version; 'unknown' end
|