Sha256: 184cee8bdb9ed3922ae4e5a894026a9c8d40eb389a91849f5a58d696f083d85d

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

require_relative './base'

module HashPivot
  module Repository
    class HashRepository
      include HashPivot::Repository::Base

      def translate_data(data)
        data
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hash_pivot-0.3.1 lib/hash_pivot/repository/hash_repository.rb
hash_pivot-0.3.0 lib/hash_pivot/repository/hash_repository.rb
hash_pivot-0.2.0 lib/hash_pivot/repository/hash_repository.rb
hash_pivot-0.1.0 lib/hash_pivot/repository/hash_repository.rb