Class: BooticCli::Themes::NullPrompt
- Inherits:
-
Object
- Object
- BooticCli::Themes::NullPrompt
- Defined in:
- lib/bootic_cli/themes/workflows.rb
Class Method Summary collapse
- .highlight(str) ⇒ Object
- .notice(str) ⇒ Object
- .say(*_) ⇒ Object
- .yes_or_no?(str, default) ⇒ Boolean
Class Method Details
.highlight(str) ⇒ Object
18 19 20 |
# File 'lib/bootic_cli/themes/workflows.rb', line 18 def self.highlight(str) end |
.notice(str) ⇒ Object
14 15 16 |
# File 'lib/bootic_cli/themes/workflows.rb', line 14 def self.notice(str) end |
.say(*_) ⇒ Object
22 23 24 |
# File 'lib/bootic_cli/themes/workflows.rb', line 22 def self.say(*_) end |
.yes_or_no?(str, default) ⇒ Boolean
10 11 12 |
# File 'lib/bootic_cli/themes/workflows.rb', line 10 def self.yes_or_no?(str, default) true end |