goto(line, column) -> selfRuby 3.0 から[permalink][rdoc][edit] [added by io/console]-
カーソル位置を line 行目、column 列目に移動します。
- [PARAM]
line: - 移動先の行を 0 から始まる整数で指定します。
- [PARAM]
column: - 移動先の列を 0 から始まる整数で指定します。
[SEE_ALSO] IO#cursor
- [PARAM]
goto(line, column) -> selfRuby 3.0 から[permalink][rdoc][edit] [added by io/console]
カーソル位置を line 行目、column 列目に移動します。
line:column:[SEE_ALSO] IO#cursor