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