Method: Atatus::Metadata::SystemInfo::HWInfo#initialize
- Defined in:
- lib/atatus/metadata/system_info/hw_info.rb
#initialize ⇒ HWInfo
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of HWInfo.
13 14 15 |
# File 'lib/atatus/metadata/system_info/hw_info.rb', line 13 def initialize @os = RbConfig::CONFIG['target_os'] end |