Class: String
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
73 74 75 |
# File 'lib/vagrant-skytap/core_ext/object/blank.rb', line 73 def blank? self !~ /\S/ end |
:nodoc:
73 74 75 |
# File 'lib/vagrant-skytap/core_ext/object/blank.rb', line 73 def blank? self !~ /\S/ end |