Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/cortex_reaver/snippets/array.rb

Instance Method Summary collapse

Instance Method Details

#allObject

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