permalink #getc ⇒ String ? Reads a one-character string from ios. Returns nil if called at end of file. f = File.new("testfile") f.getc #=> "h" f.getc ...
確定! 回上一頁