class String
Public Instance Methods
empty?()
click to toggle source
# File lib/deathbycaptcha/patches.rb, line 5 def empty? self.length == 0 end
# File lib/deathbycaptcha/patches.rb, line 5 def empty? self.length == 0 end