Sha256: e9d32fd9bf163a5b5994ae294dffebeca987ea9b11e5e8214a640ce297e03836
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
module Enjoy module Goto def self.configuration @configuration ||= Configuration.new end def self.config @configuration ||= Configuration.new end def self.configure yield configuration end class Configuration def initialize end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enjoy_cms_goto-0.3.7 | lib/enjoy/goto/configuration.rb |
enjoy_cms_goto-0.3.6 | lib/enjoy/goto/configuration.rb |
enjoy_cms_goto-0.3.5 | lib/enjoy/goto/configuration.rb |