# File image.rb, line 101 def read(count) @position += count return @content[@position-count...@position] end