Method: FastlaneCore::Interface#header
- Defined in:
- fastlane_core/lib/fastlane_core/ui/interface.rb
#header(_message) ⇒ Object
Print a header = a text in a box
use this if this is really important
77 78 79 |
# File 'fastlane_core/lib/fastlane_core/ui/interface.rb', line 77 def header() not_implemented(__method__) end |