るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.012秒)

別のキーワード

  1. stringio ungetbyte
  2. io ungetbyte
  3. _builtin ungetbyte
  4. ungetbyte stringio
  5. ungetbyte io

ライブラリ

検索結果

StringIO#ungetbyte(char) -> nil (18109.0)

指定された char を読み戻します。

...指定された char を読み戻します。

2バイト以上の読み戻しは保証されません。

@param char 読み戻したい1文字かそのコードポイントを指定します。

@see IO#ungetbyte...