Method: Executor#start_section
- Defined in:
- lib/exogenesis/support/executor.rb
#start_section(text, emoji_name) ⇒ Object
Start a new output section with a given text
22 23 24 |
# File 'lib/exogenesis/support/executor.rb', line 22 def start_section(text, emoji_name) @output.decorated_header(text, emoji_name) end |