[ruby-core:96809] [Ruby master Bug#16506] Documentation for `Module#const_souce_location` is wrong
From:
sawadatsuyoshi@...
Date:
2020-01-12 18:17:28 UTC
List:
ruby-core #96809
Issue #16506 has been reported by sawa (Tsuyoshi Sawada). ---------------------------------------- Bug #16506: Documentation for `Module#const_souce_location` is wrong https://bugs.ruby-lang.org/issues/16506 * Author: sawa (Tsuyoshi Sawada) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.7 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- https://ruby-doc.org/core-2.7.0/Module.html#method-i-const_source_location says: > Returns the Ruby source filename and line number containing **first** definition of constant specified. It should be: > Returns the Ruby source filename and line number containing the **last** definition (the effective definition) of the constant specified. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>