Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/nexpose.rb

Overview

Monkey patch from ActiveSupport which rex 2.0.3 incorrectly replies upon. This enables the multipart MIME handling in Connection#import_scan

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


123
124
125
# File 'lib/nexpose.rb', line 123

def blank?
  self !~ /\S/
end