class BooticCli::Themes::NullPrompt
Public Class Methods
highlight(str)
click to toggle source
# File lib/bootic_cli/themes/workflows.rb, line 18 def self.highlight(str) end
notice(str)
click to toggle source
# File lib/bootic_cli/themes/workflows.rb, line 14 def self.notice(str) end
say(*_)
click to toggle source
# File lib/bootic_cli/themes/workflows.rb, line 22 def self.say(*_) end
yes_or_no?(str, default)
click to toggle source
# File lib/bootic_cli/themes/workflows.rb, line 10 def self.yes_or_no?(str, default) true end