# File lib/facets/more/association.rb, line 110
  def >>(to)
    ASSOCIATIONS[self] << to
    Association.new(self, to)
  end