method

git_url?

v2.3.8 - Show latest stable - Class: Plugin
git_url?()
public

No documentation available.

# File railties/lib/commands/plugin.rb, line 176
  def git_url?
    @uri =~ /^git:\/\// || @uri =~ /\.git$/
  end