Method: Gem::Specification#on_github?
- Defined in:
- lib/gembox/extensions.rb
#on_github? ⇒ Boolean
17 18 19 |
# File 'lib/gembox/extensions.rb', line 17 def on_github? homepage =~ /github\.com\/([\w\d\-\_]+)\/([\w\d\-\_]+)\/tree/ end |