Class: String
Overview
Changes:
-
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
14 15 16 |
# File 'lib/ImpURI/String/blankQ.rb', line 14 def blank? self !~ /\S/ end |