10 11 12
# File 'lib/charsat/model.rb', line 10 def parsed @indices.map { |i| @content[i.to_i - 1] } end