lib/nmap/xml/os_match.rb in ruby-nmap-1.0.2 vs lib/nmap/xml/os_match.rb in ruby-nmap-1.0.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Nmap
class XML
#
# Represents a match for a specific {OS}.
#
- old
+ new