Class: DevSystem::ConverterShell

Inherits:
Shell show all
Defined in:
lib/dev_system/sub/shell/converter_shells/converter_shell.rb

Class Method Summary collapse

Methods inherited from Shell

all, cruby?, engine, jruby?, linux?, mac?, os, ruby_version, unix?, windows?

Methods inherited from Liza::Controller

color, inherited, on_connected

Methods inherited from Liza::Unit

const_missing, division, part, system, #system, test_class

Class Method Details

.call(args) ⇒ Object



9
10
11
# File 'lib/dev_system/sub/shell/converter_shells/converter_shell.rb', line 9

def self.call args
  log :lower, "args = #{args.inspect}"
end