Module: Plat4m::Sniffer::Linux
- Defined in:
- lib/plat4m/sniff/linux.rb
Defined Under Namespace
Classes: Apt, Dnf, NixManager, Pacman, Zypper
Class Method Summary
collapse
Class Method Details
.detect_system ⇒ Object
16
17
18
19
20
|
# File 'lib/plat4m/sniff/linux.rb', line 16
def detect_system
System.new(System::Platform.new(arch: get_arch, cpus: get_cpu_count),
System::OS.new(id: :linux, **get_distro))
end
|