Method: Spider::Model::QuerySet#select_array
- Defined in:
- lib/spiderfw/model/query_set.rb
#select_array ⇒ Array
Like #select, but returns an array
338 |
# File 'lib/spiderfw/model/query_set.rb', line 338 alias :select_array :select |