# File lib/microformat/array.rb, line 2
  def first_or_self
    size > 1 ? self : first
  end