Class: Chake::Backend::Local
- Inherits:
-
Chake::Backend
- Object
- Struct
- Chake::Backend
- Chake::Backend::Local
- Defined in:
- lib/chake/backend/local.rb
Instance Attribute Summary
Attributes inherited from Chake::Backend
Instance Method Summary collapse
Methods inherited from Chake::Backend
backend_name, get, inherited, #rsync_dest, #run, #run_as_root, #to_s
Instance Method Details
#command_runner ⇒ Object
7 8 9 |
# File 'lib/chake/backend/local.rb', line 7 def command_runner ['sh', '-c'] end |