[ ソース: ruby-scanf ]
パッケージ: ruby-scanf (1.0.0-2)
ruby-scanf に関するリンク
Debian の資源:
ruby-scanf ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Implementation of the C function scanf
scanf is an implementation of the C function scanf(3), modified as necessary for Ruby compatibility.
The methods provided are String#scanf, IO#scanf, and Kernel#scanf. Kernel#scanf is a wrapper around STDIN.scanf. IO#scanf can be used on any IO stream, including file handles and sockets. scanf can be called either with or without a block.