Class: String

Inherits:
Object show all
Defined in:
lib/rmake-util.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/rmake-util.rb', line 36

def blank?
  self !~ /[^[:space:]]/
end