Method: U3dCore::Shell#command
- Defined in:
- lib/u3d_core/ui/implementations/shell.rb
#command(message) ⇒ Object
92 93 94 |
# File 'lib/u3d_core/ui/implementations/shell.rb', line 92 def command() log.info("$ #{message}".cyan.underline) end |