套件: ruby-scanf (1.0.0-2)
ruby-scanf 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-scanf:
維護者:
Original Maintainers:
- Debian Ruby Team (郵件存檔)
- Utkarsh Gupta
外部的資源:
- 主頁 [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.