Class: ProconBypassMan::PrintMessageCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/procon_bypass_man/commands/print_message_command.rb

Class Method Summary collapse

Class Method Details

.execute(text:) ⇒ void

This method returns an undefined value.

Parameters:

  • text (String)


4
5
6
7
# File 'lib/procon_bypass_man/commands/print_message_command.rb', line 4

def self.execute(text: )
  ProconBypassMan.logger.info text
  puts text
end