lib/contrast/utils/io_util.rb in contrast-agent-4.13.1 vs lib/contrast/utils/io_util.rb in contrast-agent-4.14.0
- old
+ new
@@ -9,10 +9,10 @@
module IOUtil
extend Contrast::Components::Logger::InstanceMethods
class << self
# 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
+ # call it on. This method allow lists those cases and returns false in
# all others.
def should_rewind? potential_io
return true if potential_io.is_a?(StringIO)
return false unless io?(potential_io)