# File lib/facet/array/get.rb, line 9 def get( start, len=1 ) a = [] len.times { |i| a << self.at(start+i) } a end