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