Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/helpers.rb
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
4 5 6 |
# File 'lib/helpers.rb', line 4 def present? length > 0 end |