Class: Masamune::Tasks::ShellThor
- Inherits:
-
Masamune::Thor
- Object
- Masamune::Thor
- Masamune::Tasks::ShellThor
- Includes:
- Actions::DataFlow, Masamune::Thor
- Defined in:
- lib/masamune/tasks/shell_thor.rb
Constant Summary
Constants included from Masamune::Thor
Masamune::Thor::SYSTEM_CONFIG_FILES
Constants included from AfterInitializeCallbacks
AfterInitializeCallbacks::PRIORITY
Instance Method Summary collapse
Methods included from Actions::DataFlow
#engine, reset_module!, #source, #sources, #target, #targets
Methods included from Actions::DateParse
Methods included from AfterInitializeCallbacks
Methods included from HasEnvironment
Instance Method Details
#shell_exec ⇒ Object
41 42 43 |
# File 'lib/masamune/tasks/shell_thor.rb', line 41 def shell_exec Pry.start self, prompt: proc { [:prompt] + '> ' } end |