# File lib/riddle/query/select.rb, line 97
  def with_options(options = {})
    @options.merge! options
    self
  end