# File lib/nmap/parser.rb, line 206 def self.parsestring(str) # :yields: parser new(str) { |p| yield p if block_given? } end