Class: ProconBypassMan::PrintMessageCommand
- Inherits:
-
Object
- Object
- ProconBypassMan::PrintMessageCommand
- 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.
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 |