Method: External::Io#reset_length

Defined in:
lib/external/io.rb

#reset_lengthObject

Resets length to the length returned by Utils.length



40
41
42
# File 'lib/external/io.rb', line 40

def reset_length
  self.length = Utils.length(self)
end