# File lib/backports/1.8.7/enumerable/take.rb, line 5
    def take(n)
      first(n)
    end