Arel::Nodes::Window
# File lib/arel/nodes/window.rb, line 41 def initialize name super() @name = name end
# File lib/arel/nodes/window.rb, line 46 def initialize_copy other super @name = other.name.clone end
[Validate]
Generated with the Darkfish Rdoc Generator 2.