# File lib/logging/appenders/string_io.rb, line 28 def clear sync { @pos = 0 @sio.seek 0 @sio.truncate 0 } end