Sha256: 226c74173f2661937b6a1adb4a5d1241ecee1b9ad0148037ae67f24f04973714
Contents?: true
Size: 450 Bytes
Versions: 1
Compression:
Stored size: 450 Bytes
Contents
if defined?(require_relative) def require_api(path) require_relative "apis/#{path}" end else def require_api(path) require "github_cli/apis/#{path}" end end %w[ authorization blob collaborator commit download email follower fork gist hook issue key label member milestone organization pull_request reference repository tag team tree user watching ].each do |api| require_api api end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.4.0 | lib/github_cli/apis.rb |