lib/nmap/xml/scripts.rb in ruby-nmap-1.0.2 vs lib/nmap/xml/scripts.rb in ruby-nmap-1.0.3
- old
+ new
@@ -1,7 +1,9 @@
-require 'nmap/xml/script'
+# frozen_string_literal: true
+require_relative 'script'
+
module Nmap
class XML
#
# Mixin that adds methods for parsing `<script>` XML elements.
#
@@ -25,9 +27,8 @@
end
end
return @scripts
end
-
end
end
end