Module: Aetherg::Array
- Defined in:
- lib/aetherg/array.rb,
lib/aetherg/string.rb
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
3 4 5 |
# File 'lib/aetherg/array.rb', line 3 def present? !self.nil? && !self.empty? end |