Method: Sequel::Database#select
- Defined in:
- lib/sequel/database.rb
#select(*args, &block) ⇒ Object
Returns a new dataset with the select method invoked.
409 410 411 |
# File 'lib/sequel/database.rb', line 409 def select(*args, &block) dataset.select(*args, &block) end |