class Arel::Nodes::Unload

Public Class Methods

new(statement = nil, to = nil) click to toggle source
Calls superclass method
# File lib/monkeypatch_arel.rb, line 11
def initialize statement = nil, to = nil
  super
end

Public Instance Methods

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