class Arel::Nodes::UnloadStatement

Public Class Methods

new(relation = nil, options = []) click to toggle source
Calls superclass method
# File lib/monkeypatch_arel.rb, line 27
def initialize relation = nil, options = []
  super
end

Public Instance Methods

initialize_copy(other) click to toggle source
Calls superclass method
# File lib/monkeypatch_arel.rb, line 31
def initialize_copy other
  super
  @right = @right.clone
end