class String
Changes:
-
Now using a more recent version from ActiveSupport. This more recent version from ActiveSupport is likely more efficient and slightly more succinct.
Public Instance Methods
blank?()
click to toggle source
# File lib/ImpURI/String/blankQ.rb, line 14 def blank? self !~ /\S/ end