Class: Escape::Commands::Welcome

Inherits:
Base
  • Object
show all
Defined in:
lib/escape/commands/welcome.rb

Instance Attribute Summary

Attributes inherited from Base

#runner

Instance Method Summary collapse

Methods inherited from Base

#initialize

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(message)
  runner.say message
  runner.ask "\n"
end