lib/cmds/io_handler.rb in cmds-0.0.9 vs lib/cmds/io_handler.rb in cmds-0.1.0

- old
+ new

@@ -1,6 +1,6 @@ -class Cmds +module Cmds class IOHandler attr_accessor :in, :out, :err def initialize @queue = Queue.new @@ -71,6 +71,6 @@ end end # end private end # end IOHandler -end # class Cmds +end # module Cmds \ No newline at end of file