Class: String

Inherits:
Object show all
Defined in:
lib/tweep/core_exts.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

:nodoc: Inspired by ActiveSupport

Returns:

  • (Boolean)


36
37
38
# File 'lib/tweep/core_exts.rb', line 36

def blank?
  strip.empty?
end