Class: DevSystem::FormatterShell
- Inherits:
-
Shell
- Object
- Liza::Unit
- Liza::Controller
- Shell
- DevSystem::FormatterShell
- Defined in:
- lib/dev_system/sub/shell/formatter_shells/formatter_shell.rb
Direct Known Subclasses
Class Method Summary collapse
Methods inherited from Shell
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/formatter_shells/formatter_shell.rb', line 9 def self.call args log :lower, "args = #{args.inspect}" end |