class Arel::Nodes::Copy
Public Class Methods
new(statement = nil, from = nil)
click to toggle source
Calls superclass method
# File lib/monkeypatch_arel.rb, line 42 def initialize statement = nil, from = nil super end
Public Instance Methods
initialize_copy(other)
click to toggle source
Calls superclass method
# File lib/monkeypatch_arel.rb, line 46 def initialize_copy other super @right = @right.clone end