Class: GitCommitFooter

Inherits:
Object
  • Object
show all
Defined in:
sig/kettle/dev.rbs

Constant Summary collapse

NAME_ASSIGNMENT_REGEX =

Returns:

  • (::Regexp)
SENTINEL =

Returns:

  • (String, nil)

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGitCommitFooter

Returns a new instance of GitCommitFooter.



598
# File 'sig/kettle/dev.rbs', line 598

def initialize: () -> void

Class Method Details

.commit_goalie_pathString

Returns:

  • (String)


594
# File 'sig/kettle/dev.rbs', line 594

def self.commit_goalie_path: () -> String

.git_toplevelString?

Returns:

  • (String, nil)


590
# File 'sig/kettle/dev.rbs', line 590

def self.git_toplevel: () -> String?

.global_hooks_dirString

Returns:

  • (String)


592
# File 'sig/kettle/dev.rbs', line 592

def self.global_hooks_dir: () -> String

.goalie_allows_footer?Boolean

Parameters:

  • subject_line (String)

Returns:

  • (Boolean)


595
# File 'sig/kettle/dev.rbs', line 595

def self.goalie_allows_footer?: (String subject_line) -> bool

.hooks_path_forString

Parameters:

  • filename (String)

Returns:

  • (String)


593
# File 'sig/kettle/dev.rbs', line 593

def self.hooks_path_for: (String filename) -> String

.local_hooks_dirString?

Returns:

  • (String, nil)


591
# File 'sig/kettle/dev.rbs', line 591

def self.local_hooks_dir: () -> String?

.rendervoid

This method returns an undefined value.

Parameters:

  • (Array[String])


596
# File 'sig/kettle/dev.rbs', line 596

def self.render: (*Array[String]) -> void

Instance Method Details

#renderString

Returns:

  • (String)


599
# File 'sig/kettle/dev.rbs', line 599

def render: () -> String