Class: String
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
16 17 18 |
# File 'lib/utilities/inspec_util.rb', line 16 def blank? self.strip.empty? end |
16 17 18 |
# File 'lib/utilities/inspec_util.rb', line 16 def blank? self.strip.empty? end |