Sha256: 7e57a95bf06ec9175546c65aaa620fe74ceca274628e3a2396d0cdb85a300ff0
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
module DocJuan def self.configure yield config end def self.config @config ||= Configuration.new end class Configuration attr_accessor :host, :secret end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
doc_juan-1.0.1 | lib/doc_juan/config.rb |
doc_juan-1.0.0 | lib/doc_juan/config.rb |