Skip to content

Commit fc3edcc

Browse files
committed
Add annotation for rdoc
1 parent 3e8145c commit fc3edcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/random-formatter/0/random-formatter.rbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module RBS
104104
#
105105
# See RFC 3548 for the definition of URL-safe base64.
106106
#
107+
%a{annotate:rdoc:copy:Random::Formatter#urlsafe_base64}
107108
def urlsafe_base64: (?Integer? n, ?boolish padding) -> String
108109

109110
# <!--
@@ -127,6 +128,7 @@ module RBS
127128
#
128129
# See [RFC9562](https://www.rfc-editor.org/rfc/rfc9562) for details of UUIDv4.
129130
#
131+
%a{annotate:rdoc:copy:Random::Formatter#uuid}
130132
def uuid: () -> String
131133

132134
# <!--
@@ -239,6 +241,7 @@ module RBS
239241
# prng = Random.new
240242
# prng.alphanumeric(10, chars: [*"!".."/"]) #=> ",.,++%/''."
241243
#
244+
%a{annotate:rdoc:copy:Random::Formatter#alphanumeric}
242245
def alphanumeric: (?Numeric?, ?chars: Array[String]) -> String
243246

244247
# <!--

0 commit comments

Comments
 (0)