Sha256: a462cd84b8af8ed007a1e2e17b46dcf344b6d05573b716c345ebd339fda3358d

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

module Dsu
  module Migration
    module RawHelpers
      module ColorThemeHash
        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/color_theme_hash.rb
dsu-3.0.4 lib/dsu/migration/raw_helpers/color_theme_hash.rb
dsu-3.0.3 lib/dsu/migration/raw_helpers/color_theme_hash.rb
dsu-3.0.1 lib/dsu/migration/raw_helpers/color_theme_hash.rb
dsu-3.0.0 lib/dsu/migration/raw_helpers/color_theme_hash.rb
dsu-3.0.0.beta.3 lib/dsu/migration/raw_helpers/color_theme_hash.rb
dsu-3.0.0.beta.2 lib/dsu/migration/raw_helpers/color_theme_hash.rb
dsu-3.0.0.beta.1 lib/dsu/migration/raw_helpers/color_theme_hash.rb