Class: EchoSystem::EchoCommand
- Inherits:
-
DevSystem::Command
- Object
- DevSystem::Command
- EchoSystem::EchoCommand
- Defined in:
- lib/echo_system/commands/echo_command.rb
Class Method Summary collapse
-
.call(args) ⇒ Object
lizarb echo args.
Class Method Details
.call(args) ⇒ Object
lizarb echo args
5 6 7 |
# File 'lib/echo_system/commands/echo_command.rb', line 5 def self.call args log "args = #{args.inspect}" end |