Class: String

Inherits:
Object show all
Defined in:
lib/bosh_agent/ext.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/bosh_agent/ext.rb', line 14

def blank?
  self =~ /^\s*$/
end