Files

Class Index [+]

Quicksearch

Arel::Take

Attributes

taken[R]

Public Class Methods

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

Public Instance Methods

eval() click to toggle source
    # File lib/arel/algebra/relations/operations/take.rb, line 14
14:     def eval
15:       unoperated_rows[0, taken]
16:     end
externalizable?() click to toggle source
    # File lib/arel/algebra/relations/operations/take.rb, line 10
10:     def externalizable?
11:       true
12:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.