Class: Arel::Nodes::UnloadStatement

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

Instance Method Summary collapse

Constructor Details

#initialize(relation = nil, options = []) ⇒ UnloadStatement

Returns a new instance of UnloadStatement.



27
28
29
# File 'lib/monkeypatch_arel.rb', line 27

def initialize relation = nil, options = []
  super
end

Instance Method Details

#initialize_copy(other) ⇒ Object



31
32
33
34
# File 'lib/monkeypatch_arel.rb', line 31

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