Skip to content

Commit ac6f14b

Browse files
committed
Merge pull request #10 from alindeman/build-passing
Adds :nodoc: to parent module so doccheck does not flag it
2 parents 0fe353b + bb805fa commit ac6f14b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/github/auth/key.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# :nodoc:
12
module Github::Auth
23
# Represents a username/key pair from GitHub
34
Key = Struct.new(:username, :key) do

0 commit comments

Comments
 (0)