Class: String
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
permalink #blank? ⇒ Boolean
41 42 43 |
# File 'lib/engage/core_ext/blank.rb', line 41 def blank? self !~ /\S/ end |
:nodoc:
41 42 43 |
# File 'lib/engage/core_ext/blank.rb', line 41 def blank? self !~ /\S/ end |