lib/nmap/xml/os.rb in ruby-nmap-1.0.2 vs lib/nmap/xml/os.rb in ruby-nmap-1.0.3
- old
+ new
@@ -1,6 +1,8 @@
-require 'nmap/xml/os_class'
-require 'nmap/xml/os_match'
+# frozen_string_literal: true
+
+require_relative 'os_class'
+require_relative 'os_match'
module Nmap
class XML
#
# Wraps the `os` XML element.