method

git_url?

v3.2.13 - Show latest stable - Class: Plugin
git_url?()
public

No documentation available.

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