Class: GitCommitFooter
- Inherits:
-
Object
- Object
- GitCommitFooter
- Defined in:
- sig/kettle/dev/git_commit_footer.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.
14 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 14
def initialize: () -> void
|
Class Method Details
.commit_goalie_path ⇒ String
10 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 10
def self.commit_goalie_path: () -> String
|
.git_toplevel ⇒ String?
6 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 6
def self.git_toplevel: () -> String?
|
.global_hooks_dir ⇒ String
8 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 8
def self.global_hooks_dir: () -> String
|
.goalie_allows_footer? ⇒ Boolean
11 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 11
def self.goalie_allows_footer?: (String subject_line) -> bool
|
.hooks_path_for ⇒ String
9 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 9
def self.hooks_path_for: (String filename) -> String
|
.local_hooks_dir ⇒ String?
7 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 7
def self.local_hooks_dir: () -> String?
|
.render ⇒ void
This method returns an undefined value.
12 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 12
def self.render: (*Array[String]) -> void
|
Instance Method Details
#render ⇒ String
15 |
# File 'sig/kettle/dev/git_commit_footer.rbs', line 15
def render: () -> String
|