# File lib/aws/dynamo_db/item.rb, line 48
      def initialize(table, *args)
        opts = args.pop if args.last.kind_of?(Hash)
        (@hash_value, @range_value) = args
        @table = table
        super(table, opts)
      end