Class: Babushka::UnknownSystem

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

Instance Method Summary collapse

Methods inherited from SystemProfile

#bsd?, #cpu_type, #cpus, #differentiator_for, #library_ext, #linux?, #match_list, #matcher, #matches?, #name_str, #osx?, #pkg_helper, #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

#descriptionObject



72
73
74
# File 'lib/babushka/system_profile.rb', line 72

def description
  "Unknown system"
end

#flavourObject



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

def flavour; :unknown end

#nameObject



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

def name; :unknown end

#systemObject



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

def system; :unknown end