Methods

Files

Class Index [+]

Quicksearch

Arel::From

Attributes

sources[R]

Public Class Methods

new(relation, sources) click to toggle source
   # File lib/arel/algebra/relations/operations/from.rb, line 5
5:     def initialize relation, sources
6:       super(relation)
7:       @sources = sources
8:     end

Public Instance Methods

eval() click to toggle source
    # File lib/arel/algebra/relations/operations/from.rb, line 10
10:     def eval
11:       unoperated_rows[sources..1]
12:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.