Module: EnhancedPrompt::Prompt::Style
- Included in:
- EnhancedPrompt::Prompt
- Defined in:
- lib/enhanced_prompt/style/style.rb
Instance Method Summary collapse
Instance Method Details
#default ⇒ Object
4 5 6 7 |
# File 'lib/enhanced_prompt/style/style.rb', line 4 def default (user + '@' + ip + ' ' + dir + "\n" + '->') .c(:white).bg(:dodgerblue) end |