Methods

Class Index [+]

Quicksearch

Arel::Nodes::NamedFunction

Attributes

name[RW]

Public Class Methods

new(name, expr, aliaz = nil) click to toggle source
   # File lib/arel/nodes/named_function.rb, line 6
6:       def initialize name, expr, aliaz = nil
7:         super(expr, aliaz)
8:         @name = name
9:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.