Module: Jobly::Shell
- Defined in:
- lib/jobly/helpers/shell.rb
Instance Method Summary collapse
Instance Method Details
#shell ⇒ Object
5 6 7 |
# File 'lib/jobly/helpers/shell.rb', line 5 def shell @shell ||= shell! end |
#shell! ⇒ Object
9 10 11 12 13 |
# File 'lib/jobly/helpers/shell.rb', line 9 def shell! TTY::Command.new output: logger, color: false, dry_run: Jobly.shell_dry_run end |