Sha256: e3999ee2b34adbc37d727717523d901a3ff3e8649386eb72b13df016f9f6beb2
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
# encoding: utf-8 module GithubCLI class Config def initialize(options={}) @options = options end def self.config ::GithubCLI.const_set(:CONFIG, self.new) end end end # GithubCLI
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.0.1.pre | lib/github_cli/config.rb |