method

git_url?

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

No documentation available.

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