class Capistrano::SCM::Plugin

Base class for all built-in and third-party SCM plugins. Notice that this class doesn’t really do anything other than provide an ‘scm?` predicate. This tells Capistrano that the plugin provides SCM functionality. All other plugin features are inherited from Capistrano::Plugin.

Public Instance Methods

scm?() click to toggle source
# File lib/capistrano/scm/plugin.rb, line 10
def scm?
  true
end