class String
Public Instance Methods
blank?()
click to toggle source
# File lib/core_ext/string.rb, line 6 def blank? self.empty? || self.strip.empty? end
tmp()
click to toggle source
# File lib/core_ext/string.rb, line 2 def tmp self + ".tmp" end