Sha256: 660621c58901ab658fd33bf211d07828711bfef0c2ad1185dda4b8c454d21236
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
# encoding: utf-8 module GithubCLI class Repository def initialize end def self.all end def self.get(id) end def self.create() end end # Repository end # GithubCLI
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.0.1.pre | lib/github_cli/repository.rb |