Module: ConsoleKit::Prompt
- Defined in:
- lib/console_kit/prompt.rb
Overview
Sets the console prompt to show the current tenant
Class Method Summary collapse
Class Method Details
.apply ⇒ Object
7 8 9 10 |
# File 'lib/console_kit/prompt.rb', line 7 def apply apply_irb_prompt if defined?(IRB) apply_pry_prompt if defined?(Pry) end |