mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
[DOC] Fix links to What's Here
The RDoc link format has changed so these are all broken links.
This commit is contained in:
parent
6b0dda496e
commit
491e38902c
Notes:
git
2026-01-26 22:18:53 +00:00
6
dir.rb
6
dir.rb
@ -31,7 +31,7 @@
|
||||
# A \Dir object is in some ways array-like:
|
||||
#
|
||||
# - It has instance methods #children, #each, and #each_child.
|
||||
# - It includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here].
|
||||
# - It includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here].
|
||||
#
|
||||
# == \Dir As Stream-Like
|
||||
#
|
||||
@ -85,8 +85,8 @@
|
||||
#
|
||||
# First, what's elsewhere. Class \Dir:
|
||||
#
|
||||
# - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
# - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
# - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
# - Includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
# which provides dozens of additional methods.
|
||||
#
|
||||
# Here, class \Dir provides methods that are useful for:
|
||||
|
||||
@ -72,9 +72,9 @@
|
||||
# First, what's elsewhere. Class \Float:
|
||||
#
|
||||
# - Inherits from
|
||||
# {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
|
||||
# and {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
# - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].
|
||||
# {class Numeric}[rdoc-ref:Numeric@Whats+Here]
|
||||
# and {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
# - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here].
|
||||
#
|
||||
# Here, class \Float provides methods for:
|
||||
#
|
||||
|
||||
@ -163,8 +163,8 @@
|
||||
#
|
||||
# First, what's elsewhere. Class +String+:
|
||||
#
|
||||
# - Inherits from the {Object class}[rdoc-ref:Object@What-27s+Here].
|
||||
# - Includes the {Comparable module}[rdoc-ref:Comparable@What-27s+Here].
|
||||
# - Inherits from the {Object class}[rdoc-ref:Object@Whats+Here].
|
||||
# - Includes the {Comparable module}[rdoc-ref:Comparable@Whats+Here].
|
||||
#
|
||||
# Here, class +String+ provides methods that are useful for:
|
||||
#
|
||||
|
||||
2
file.c
2
file.c
@ -7507,7 +7507,7 @@ const char ruby_null_device[] =
|
||||
*
|
||||
* First, what's elsewhere. Class \File:
|
||||
*
|
||||
* - Inherits from {class IO}[rdoc-ref:IO@What-27s+Here],
|
||||
* - Inherits from {class IO}[rdoc-ref:IO@Whats+Here],
|
||||
* in particular, methods for creating, reading, and writing files
|
||||
* - Includes module FileTest,
|
||||
* which provides dozens of additional methods.
|
||||
|
||||
8
hash.c
8
hash.c
@ -7216,8 +7216,8 @@ static const rb_data_type_t env_data_type = {
|
||||
*
|
||||
* First, what's elsewhere. Class +Hash+:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
* which provides dozens of additional methods.
|
||||
*
|
||||
* Here, class +Hash+ provides methods that are useful for:
|
||||
@ -7528,8 +7528,8 @@ Init_Hash(void)
|
||||
*
|
||||
* First, what's elsewhere. Class +ENV+:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Extends {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Extends {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
*
|
||||
* Here, class +ENV+ provides methods that are useful for:
|
||||
*
|
||||
|
||||
4
io.c
4
io.c
@ -15469,8 +15469,8 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
|
||||
*
|
||||
* First, what's elsewhere. Class \IO:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
* which provides dozens of additional methods.
|
||||
*
|
||||
* Here, class \IO provides methods that are useful for:
|
||||
|
||||
10
numeric.c
10
numeric.c
@ -3680,9 +3680,9 @@ rb_int128_to_numeric(rb_int128_t n)
|
||||
* First, what's elsewhere. Class \Integer:
|
||||
*
|
||||
* - Inherits from
|
||||
* {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
|
||||
* and {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].
|
||||
* {class Numeric}[rdoc-ref:Numeric@Whats+Here]
|
||||
* and {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here].
|
||||
*
|
||||
* Here, class \Integer provides methods for:
|
||||
*
|
||||
@ -6365,8 +6365,8 @@ int_s_try_convert(VALUE self, VALUE num)
|
||||
*
|
||||
* First, what's elsewhere. Class \Numeric:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here].
|
||||
*
|
||||
* Here, class \Numeric provides methods for:
|
||||
*
|
||||
|
||||
4
object.c
4
object.c
@ -4357,8 +4357,8 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
|
||||
*
|
||||
* First, what's elsewhere. Class \Object:
|
||||
*
|
||||
* - Inherits from {class BasicObject}[rdoc-ref:BasicObject@What-27s+Here].
|
||||
* - Includes {module Kernel}[rdoc-ref:Kernel@What-27s+Here].
|
||||
* - Inherits from {class BasicObject}[rdoc-ref:BasicObject@Whats+Here].
|
||||
* - Includes {module Kernel}[rdoc-ref:Kernel@Whats+Here].
|
||||
*
|
||||
* Here, class \Object provides methods for:
|
||||
*
|
||||
|
||||
4
range.c
4
range.c
@ -2768,8 +2768,8 @@ range_overlap(VALUE range, VALUE other)
|
||||
*
|
||||
* First, what's elsewhere. Class \Range:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
* which provides dozens of additional methods.
|
||||
*
|
||||
* Here, class \Range provides methods that are useful for:
|
||||
|
||||
4
set.c
4
set.c
@ -2051,8 +2051,8 @@ rb_set_size(VALUE set)
|
||||
*
|
||||
* First, what's elsewhere. \Class \Set:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
* which provides dozens of additional methods.
|
||||
*
|
||||
* In particular, class \Set does not have many methods of its own
|
||||
|
||||
4
string.c
4
string.c
@ -12174,8 +12174,8 @@ rb_str_unicode_normalized_p(int argc, VALUE *argv, VALUE str)
|
||||
*
|
||||
* First, what's elsewhere. Class +Symbol+:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here].
|
||||
*
|
||||
* Here, class +Symbol+ provides methods that are useful for:
|
||||
*
|
||||
|
||||
4
struct.c
4
struct.c
@ -2134,8 +2134,8 @@ rb_data_inspect(VALUE s)
|
||||
*
|
||||
* First, what's elsewhere. Class \Struct:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
* - Includes {module Enumerable}[rdoc-ref:Enumerable@Whats+Here],
|
||||
* which provides dozens of additional methods.
|
||||
*
|
||||
* See also Data, which is a somewhat similar, but stricter concept for defining immutable
|
||||
|
||||
4
timev.rb
4
timev.rb
@ -170,8 +170,8 @@
|
||||
#
|
||||
# First, what's elsewhere. Class +Time+:
|
||||
#
|
||||
# - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
# - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].
|
||||
# - Inherits from {class Object}[rdoc-ref:Object@Whats+Here].
|
||||
# - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here].
|
||||
#
|
||||
# Here, class +Time+ provides methods that are useful for:
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user