Method: Pantry::Commands::UpdateApplication#to_message
- Defined in:
- lib/pantry/commands/update_application.rb
#to_message ⇒ Object
14 15 16 17 18 19 |
# File 'lib/pantry/commands/update_application.rb', line 14 def super.tap do |msg| msg << @application_name msg << @config_body end end |