Class: String

Inherits:
Object show all
Includes:
AntSupport::CoreExtensions::String::Inflections
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

#constantize

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


49
50
51
# File 'lib/ant_support/core_ext/blank.rb', line 49

def blank?
  self !~ /\S/
end