lib/contrast/utils/io_util.rb in contrast-agent-4.9.1 vs lib/contrast/utils/io_util.rb in contrast-agent-4.10.0
- old
+ new
@@ -4,10 +4,10 @@
require 'contrast/components/logger'
module Contrast
module Utils
# Util for information about an IO
- class IOUtil
+ module IOUtil
extend Contrast::Components::Logger::InstanceMethods
# We're only going to call rewind on things that we believe are safe to
# call it on. This method white lists those cases and returns false in
# all others.