Class: String
- Defined in:
- lib/ant_support/core_ext/blank.rb,
lib/ant_support/core_ext/string.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods included from AntSupport::CoreExtensions::String::Inflections
Instance Method Details
#blank? ⇒ Boolean
49 50 51 |
# File 'lib/ant_support/core_ext/blank.rb', line 49 def blank? self !~ /\S/ end |