# File lib/rbreadline.rb, line 4931
  def rl_copy_text(from, to)
    return @rl_line_buffer[from...to]
  end