Class: String
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
36 37 38 |
# File 'lib/rmake-util.rb', line 36 def blank? self !~ /[^[:space:]]/ end |
36 37 38 |
# File 'lib/rmake-util.rb', line 36 def blank? self !~ /[^[:space:]]/ end |