class String

Public Instance Methods

present?() click to toggle source
# File lib/helpers.rb, line 4
def present?
  length > 0
end