Module: DakeProtocol
- Defined in:
- lib/dake/protocol.rb
Defined Under Namespace
Classes: AWK, Protocol, Python, Rscript, Ruby, Shell
Constant Summary collapse
- ProtocolDict =
{ 'shell' => Shell, 'python' => Python, 'ruby' => Ruby, 'r' => Rscript, 'awk' => AWK }