freebsd-ports/devel/rubygem-scanf/pkg-descr
Romain Tartière 632d77f081 New port: devel/rubygem-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.

WWW: http://rubygems.org/gems/scanf
2020-12-19 06:37:39 +00:00

9 lines
379 B
Text

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.
WWW: http://rubygems.org/gems/scanf