Module: Fastlane::Branch::FastlaneDescriptionFormat

Includes:
FastlaneFormat
Defined in:
lib/fastlane/plugin/branch/fastlane_format.rb

Instance Method Summary collapse

Methods included from FastlaneFormat

#option

Instance Method Details

#header(text, level = 1) ⇒ Object



42
43
44
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 42

def header(text, level = 1)
  "#{text}: "
end

#highlight(text) ⇒ Object



34
35
36
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 34

def highlight(text)
  text
end

#italics(text) ⇒ Object



38
39
40
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 38

def italics(text)
  text
end