Methods

Class Index [+]

Quicksearch

Sequel::Dataset::QueryBlockCopy

Module used by Dataset#query that has the effect of making all dataset methods into !-style methods that modify the receiver.

Public Instance Methods

clone(opts = {}) click to toggle source

Merge the given options into the receiver’s options and return the receiver instead of cloning the receiver.

    # File lib/sequel/extensions/query.rb, line 46
46:       def clone(opts = {})
47:         @opts.merge!(opts)
48:         self
49:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.