Methods

Files

Class Index [+]

Quicksearch

Arel::Skip

Attributes

relation[R]
skipped[R]

Public Class Methods

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

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.