lib/cmds/result.rb in cmds-0.1.5 vs lib/cmds/result.rb in cmds-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
require 'nrser/refinements'
using NRSER
-module Cmds
+class Cmds
# a simple data structure returned from calling {Cmds#capture}
# on a {Cmd} instance.
#
# it contains the exit status code, standard output and standard error,
# as well as the actual string command issued (after all substitutions).