Method: Cid::Helpers::Github#user
- Defined in:
- lib/cid/helpers/github.rb
#user ⇒ Object
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 |
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 |