class String
Public Instance Methods
notempty?()
click to toggle source
# File lib/autorake.rb, line 14 def notempty? ; length.nonzero? and self ; end
# File lib/autorake.rb, line 14 def notempty? ; length.nonzero? and self ; end