Class: Git::Lint::Commits::Hosts::Local
- Inherits:
-
Object
- Object
- Git::Lint::Commits::Hosts::Local
- Defined in:
- lib/git/lint/commits/hosts/local.rb
Overview
Provides local feature branch information.
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 |
# File 'lib/git/lint/commits/hosts/local.rb', line 11 def call = git.commits "#{branch_default}..#{branch_name}" |