Class: Chap::Strategy::Copy
- Includes:
- Benchmarking
- Defined in:
- lib/chap/strategy/copy.rb
Overview
useful for specs
Constant Summary
Constants included from Chap::SpecialMethods
Chap::SpecialMethods::SPECIAL_METHODS
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Benchmarking
#benchmarks, included, #report_benchmarks, #shorten_name
Methods inherited from Base
Methods included from Chap::SpecialMethods
Constructor Details
This class inherits a constructor from Chap::Strategy::Base
Instance Method Details
#deploy ⇒ Object
6 7 8 |
# File 'lib/chap/strategy/copy.rb', line 6 def deploy run("cp -RPp #{config.chap[:source]} #{release_path}") end |