Class: EchoSystem::EchoCommand

Inherits:
DevSystem::Command
  • Object
show all
Defined in:
lib/echo_system/commands/echo_command.rb

Class Method Summary collapse

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