Class: Escape::Commands::Welcome
- Defined in:
- lib/escape/commands/welcome.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Escape::Commands::Base
Instance Method Details
#show(message) ⇒ Object
4 5 6 7 |
# File 'lib/escape/commands/welcome.rb', line 4 def show() runner.say runner.ask "\n" end |