Method: Pantry::Commands::Echo#initialize
- Defined in:
- lib/pantry/commands/echo.rb
#initialize(string_to_echo = "") ⇒ Echo
Returns a new instance of Echo.
11 12 13 |
# File 'lib/pantry/commands/echo.rb', line 11 def initialize(string_to_echo = "") @string_to_echo = string_to_echo end |