ruby-changes:59248
From: Nobuyoshi <ko1@a...>
Date: Sun, 15 Dec 2019 00:15:21 +0900 (JST)
Subject: [ruby-changes:59248] 33f0ef44fd (master): [DOC] Fixed the FrozenError.new result [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=33f0ef44fd From 33f0ef44fde7b042d15056cea9af49d160268537 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 14 Dec 2019 23:56:28 +0900 Subject: [DOC] Fixed the FrozenError.new result [ci skip] diff --git a/error.c b/error.c index a61c023..7ef252f 100644 --- a/error.c +++ b/error.c @@ -1411,7 +1411,7 @@ exit_success_p(VALUE exc) https://github.com/ruby/ruby/blob/trunk/error.c#L1411 /* * call-seq: - * FrozenError.new(msg=nil, receiver=nil) -> name_error + * FrozenError.new(msg=nil, receiver=nil) -> frozen_error * * Construct a new FrozenError exception. If given the <i>receiver</i> * parameter may subsequently be examined using the FrozenError#receiver -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/