# File lib/hashery/association.rb, line 55
    def reference
      @reference ||= Hash.new{ |h,k,v| h[k]=[] }
    end