class Specinfra::HostInventory::Platform

Public Instance Methods

get() click to toggle source
# File lib/specinfra/host_inventory/platform.rb, line 4
def get
  backend.os_info[:family]
end