# File lib/core/facets/indexable.rb, line 130
  def first(n=1)
    slice(0, n.to_i)
  end