Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/na/array.rb
Instance Method Summary collapse
-
#remove_bad ⇒ Array
Like Array#compact – removes nil items, but also removes empty strings, zero or negative numbers and FalseClass items.