Class: Arel::Nodes::Unload

Inherits:
Binary
  • Object
show all
Defined in:
lib/monkeypatch_arel.rb

Instance Method Summary collapse

Constructor Details

#initialize(statement = nil, to = nil) ⇒ Unload

Returns a new instance of Unload.



11
12
13
# File 'lib/monkeypatch_arel.rb', line 11

def initialize statement = nil, to = nil
  super
end

Instance Method Details

#initialize_copy(other) ⇒ Object



15
16
17
18
# File 'lib/monkeypatch_arel.rb', line 15

def initialize_copy other
  super
  @right = @right.clone
end