Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/gupshup.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/gupshup.rb', line 16

def blank?
  self !~ /\S/
end