Class: GitCommitFooter
- Inherits:
-
Object
- Object
- GitCommitFooter
- Defined in:
- sig/kettle/dev.rbs
Constant Summary collapse
- NAME_ASSIGNMENT_REGEX =
- FOOTER_APPEND =
- SENTINEL =
Class Method Summary collapse
- .commit_goalie_path ⇒ String
- .git_toplevel ⇒ String?
- .global_hooks_dir ⇒ String
- .goalie_allows_footer? ⇒ Boolean
- .hooks_path_for ⇒ String
- .local_hooks_dir ⇒ String?
- .render ⇒ void
Instance Method Summary collapse
-
#initialize ⇒ GitCommitFooter
constructor
A new instance of GitCommitFooter.
- #render ⇒ String
Constructor Details
#initialize ⇒ GitCommitFooter
Returns a new instance of GitCommitFooter.
598 |
# File 'sig/kettle/dev.rbs', line 598
def initialize: () -> void
|
Class Method Details
.commit_goalie_path ⇒ String
594 |
# File 'sig/kettle/dev.rbs', line 594
def self.commit_goalie_path: () -> String
|
.git_toplevel ⇒ String?
590 |
# File 'sig/kettle/dev.rbs', line 590
def self.git_toplevel: () -> String?
|
.global_hooks_dir ⇒ String
592 |
# File 'sig/kettle/dev.rbs', line 592
def self.global_hooks_dir: () -> String
|
.goalie_allows_footer? ⇒ Boolean
595 |
# File 'sig/kettle/dev.rbs', line 595
def self.goalie_allows_footer?: (String subject_line) -> bool
|
.hooks_path_for ⇒ String
593 |
# File 'sig/kettle/dev.rbs', line 593
def self.hooks_path_for: (String filename) -> String
|
.local_hooks_dir ⇒ String?
591 |
# File 'sig/kettle/dev.rbs', line 591
def self.local_hooks_dir: () -> String?
|
.render ⇒ void
This method returns an undefined value.
596 |
# File 'sig/kettle/dev.rbs', line 596
def self.render: (*Array[String]) -> void
|
Instance Method Details
#render ⇒ String
599 |
# File 'sig/kettle/dev.rbs', line 599
def render: () -> String
|