lib/cmds/io_handler.rb in cmds-0.1.5 vs lib/cmds/io_handler.rb in cmds-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
-module Cmds
+class 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 # module Cmds
+end # class Cmds
\ No newline at end of file