Module: Neptuno::TTY::Which
- Included in:
- CLI::Init, CLI::Install
- Defined in:
- lib/neptuno/tty/which.rb
Overview
Wrapper class for TTY gem
Constant Summary collapse
- TTY =
::TTY::Which
Instance Method Summary collapse
Instance Method Details
#which(args) ⇒ Object
9 10 11 |
# File 'lib/neptuno/tty/which.rb', line 9 def which(args) TTY.which(args) end |