Method: Cid::Helpers::Github#user

Defined in:
lib/cid/helpers/github.rb

#userObject



16
17
18
19
# File 'lib/cid/helpers/github.rb', line 16

def user
  match = @git_url.match GITHUB_REPO_REGEX
  match ? match[1] : nil
end