Method: Riddle::Query::Select#with_options

Defined in:
lib/riddle/query/select.rb

#with_options(options = {}) ⇒ Object



95
96
97
98
# File 'lib/riddle/query/select.rb', line 95

def with_options(options = {})
  @options.merge! options
  self
end