Class: String

Inherits:
Object show all
Defined in:
lib/vagrant-skytap/core_ext/object/blank.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


73
74
75
# File 'lib/vagrant-skytap/core_ext/object/blank.rb', line 73

def blank?
  self !~ /\S/
end