Skip to content

Commit bb805fa

Browse files
committed
Adds :nodoc: to parent module so doccheck does not flag it
1 parent 0971b46 commit bb805fa

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)