Sha256: ed64f3108c4eb20e1b5d1346493e31235bd599ca53a59461ca3e2fb7cc7ef499

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

module Dsu
  module Migration
    module RawHelpers
      module EntryGroupHash
        def to_h
          read.merge(version: version)
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dsu-3.0.5 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.4 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.3 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.1 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.0 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.0.beta.3 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.0.beta.2 lib/dsu/migration/raw_helpers/entry_group_hash.rb
dsu-3.0.0.beta.1 lib/dsu/migration/raw_helpers/entry_group_hash.rb