Method: VpsbClient::Builders::UnameParser#parse

Defined in:
lib/vpsb_client/builders/system_info_parser.rb

#parseObject



67
68
69
70
71
# File 'lib/vpsb_client/builders/system_info_parser.rb', line 67

def parse
  matches = find_matches!(REGEX)
  @kernel  = matches[:kernel]
  @os_type = matches[:type]
end