ruby-changes:41521
From: headius <ko1@a...>
Date: Wed, 20 Jan 2016 03:41:58 +0900 (JST)
Subject: [ruby-changes:41521] headius:r53595 (trunk): file.c: fix documentation
headius 2016-01-20 03:42:36 +0900 (Wed, 20 Jan 2016) New Revision: 53595 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53595 Log: file.c: fix documentation * file.c: mode is optional, defaults to 0666. Modified files: trunk/file.c Index: file.c =================================================================== --- file.c (revision 53594) +++ file.c (revision 53595) @@ -5489,7 +5489,7 @@ rb_stat_sticky(VALUE obj) https://github.com/ruby/ruby/blob/trunk/file.c#L5489 /* * call-seq: - * File.mkfifo(file_name, mode) => 0 + * File.mkfifo(file_name, mode=0666) => 0 * * Creates a FIFO special file with name _file_name_. _mode_ * specifies the FIFO's permissions. It is modified by the process's -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/