lib/nmap/xml/host_script.rb in ruby-nmap-1.0.2 vs lib/nmap/xml/host_script.rb in ruby-nmap-1.0.3
- old
+ new
@@ -1,5 +1,7 @@
-require 'nmap/xml/scripts'
+# frozen_string_literal: true
+
+require_relative 'scripts'
module Nmap
class XML
#
# Represents the `hostscript` element.