# File lib/arel/algebra/relations/operations/take.rb, line 5 def initialize relation, taken super(relation) @taken = taken end