Insert char(s) at cursor position
197 198 199
# File 'lib/tty/reader/line.rb', line 197 def insert(chars) self[@cursor] = chars end