Sha256: e5af3c82119f486b88b54e50613acc58c67e80747ecbf3014a81fc832a53b899
Contents?: true
Size: 357 Bytes
Versions: 23
Compression:
Stored size: 357 Bytes
Contents
# encoding: utf-8 module GithubCLI module Helpers extend self def default_configfile configfile = find_configfile raise ConfigFileNotFound, "Could not locate .githubrc" unless configfile Pathname.new(configfile) end def find_configfile current = File.expand_path(Dir.pwd) end end # Helpers end # GithubCLI
Version data entries
23 entries across 23 versions & 1 rubygems