Class: String

Inherits:
Object show all
Defined in:
lib/partigirb/core_ext.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean



69
70
71
# File 'lib/partigirb/core_ext.rb', line 69

def blank?
  self !~ /\S/
end