Sha256: 3ed50182f6162bc81c9f0ac767d70655ce1dc7d5aa666aff0c0b549b36e50971
Contents?: true
Size: 338 Bytes
Versions: 11
Compression:
Stored size: 338 Bytes
Contents
require 'albacore/support/openstruct' module Configuration module FluentMigrator include Albacore::Configuration def fluentmigrator @fluentmigratorconfig ||= OpenStruct.new.extend(OpenStructToHash).extend(FluentMigrator) yield(@fluentmigratorconfig) if block_given? @fluentmigratorconfig end end end
Version data entries
11 entries across 11 versions & 1 rubygems