Class: String
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
51 52 53 |
# File 'lib/emissary/core_ext/blank.rb', line 51 def blank? self !~ /\S/ end |
:nodoc:
51 52 53 |
# File 'lib/emissary/core_ext/blank.rb', line 51 def blank? self !~ /\S/ end |