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