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