module Kernel
Private Instance Methods
Source
# File lib/scanf.rb, line 773 def scanf(format, &b) #:doc: STDIN.scanf(format ,&b) end
Scans STDIN for data matching format. See IO#scanf for details.
See Scanf for details on creating a format string.
You will need to require βscanfβ to use Kernel#scanf.