Method: NMap#load_header!

Defined in:
lib/nmap.rb

#load_header!Object



132
133
134
135
136
# File 'lib/nmap.rb', line 132

def load_header!
  @header = Header::new @path + '.nmap' 
  @na_type = @header.na_type
  @shape = @header.shape
end