lib/rexec.rb in rexec-1.2.3 vs lib/rexec.rb in rexec-1.2.4
- old
+ new
@@ -20,10 +20,11 @@
require 'rexec/version'
require 'rexec/connection'
require 'rexec/server'
require 'rexec/priviledges'
+require 'rexec/to_cmd'
-## RExec is a tool to assist with the execution of other processes.
+# RExec is a tool to assist with the execution of other processes.
module RExec
end
\ No newline at end of file