Class: String

Inherits:
Object show all
Defined in:
lib/ImpURI/String/blankQ.rb

Overview

Changes:

  1. Now using a more recent version from ActiveSupport. This more recent version from ActiveSupport is likely more efficient and slightly more succinct.

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/ImpURI/String/blankQ.rb', line 14

def blank?
  self !~ /\S/
end