Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/cortex_reaver/snippets/array.rb
Instance Method Summary collapse
-
#all ⇒ Object
Extend Array with #all, so that I can just call All on sequel datasets without worrying if they’re arrays or not.
Instance Method Details
#all ⇒ Object
Extend Array with #all, so that I can just call All on sequel datasets without worrying if they’re arrays or not.
4 5 6 |
# File 'lib/cortex_reaver/snippets/array.rb', line 4 def all self end |