File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ def generate_cmdstager(opts = {}, pl = nil)
127
127
128
128
# Show the progress of the upload while cmd staging
129
129
#
130
- # @param total [Float] The total number of bytes to send
131
- # @param sent [Float] The number of bytes sent
130
+ # @param total [Float] The total number of bytes to send.
131
+ # @param sent [Float] The number of bytes sent.
132
132
# @return [void]
133
133
def progress ( total , sent )
134
134
done = ( sent . to_f / total . to_f ) * 100
@@ -308,9 +308,10 @@ def execute_cmdstager_begin(opts)
308
308
def execute_cmdstager_end ( opts )
309
309
end
310
310
311
- # Code to execute each command from the. This method is designed to be
312
- # overriden by a module using this mixin.
311
+ # Code called to execute each command via an arbitrary module-defined vector.
312
+ # This method needs to be overriden by modules using this mixin.
313
313
#
314
+ # @param cmd [String] The command to execute.
314
315
# @param opts [Hash] Hash of configuration options.
315
316
def execute_command ( cmd , opts )
316
317
raise NotImplementedError
You can’t perform that action at this time.
0 commit comments