From bb805fa2f0ed62c1d5411ec693cb1de9e281d2e4 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sat, 17 Aug 2013 01:35:50 +0000 Subject: [PATCH] Adds :nodoc: to parent module so doccheck does not flag it --- lib/github/auth/key.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/github/auth/key.rb b/lib/github/auth/key.rb index 88b9da4..934a08a 100644 --- a/lib/github/auth/key.rb +++ b/lib/github/auth/key.rb @@ -1,3 +1,4 @@ +# :nodoc: module Github::Auth # Represents a username/key pair from GitHub Key = Struct.new(:username, :key) do