Sha256: 865471fd9e56ded33593f37a15c9171c01a15902ec464d1461fa6fc0ba14fb5d
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true autoload :Octokit, 'octokit' module Coconductor module Projects class GitHubProject < Licensee::Projects::GitHubProject include Coconductor::Projects::Project private def files @files ||= begin Coconductor::Projects::Project::DIRS.map { |p| dir_files(p) }.flatten end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coconductor-0.10.1 | lib/coconductor/projects/github_project.rb |
coconductor-0.10.0 | lib/coconductor/projects/github_project.rb |