Class Index [+]

Quicksearch

Arel::Nodes::DeleteStatement

Public Class Methods

new(relation = nil, wheres = []) click to toggle source
    # File lib/arel/nodes/delete_statement.rb, line 9
 9:       def initialize relation = nil, wheres = []
10:         super
11:       end

Public Instance Methods

initialize_copy(other) click to toggle source
    # File lib/arel/nodes/delete_statement.rb, line 13
13:       def initialize_copy other
14:         super
15:         @right = @right.clone
16:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.