Class: BooticCli::Themes::NullPrompt

Inherits:
Object
  • Object
show all
Defined in:
lib/bootic_cli/themes/workflows.rb

Class Method Summary collapse

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

Returns:

  • (Boolean)


10
11
12
# File 'lib/bootic_cli/themes/workflows.rb', line 10

def self.yes_or_no?(str, default)
  true
end