Object
# File lib/core_ext/string.rb, line 6 def blank? self.empty? || self.strip.empty? end
# File lib/core_ext/string.rb, line 2 def tmp self + ".tmp" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.