Method: E4z::DevBot#github_repo
- Defined in:
- lib/eezee_bot.rb
#github_repo ⇒ Object
42 43 44 |
# File 'lib/eezee_bot.rb', line 42 def github_repo @github_repo ||= @git.remotes.find { |r| r.name == 'origin' }.url.match(/:(.+)\.git/)[1] end |