Sha256: db3d52f41b276e788b86e2bf9677e6bd8386734b4b278e871fe1ab3088fa452c
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
class WhiskeyDisk class Config class AbstractFilter attr_reader :config def initialize(config) @config = config end def project_name config.project_name end def environment_name config.environment_name end end end end
Version data entries
5 entries across 5 versions & 3 rubygems