Project

General

Profile

Actions

Bug #14576

closed

rdoc of Random::Formatter

Bug #14576: rdoc of Random::Formatter

Added by znz (Kazuhiro NISHIYAMA) over 7 years ago. Updated over 7 years ago.

Status:
Third Party's Issue
Target version:
-
[ruby-core:85933]

Description

https://docs.ruby-lang.org/en/trunk/Random/Formatter.html has following methods:

#alphanumeric
#base64
#choose
#gen_random
#hex
#rand
#random_bytes
#random_number
#urlsafe_base64
#uuid

But Random::Formatter.instance_methods are only two methods.

>> Random::Formatter.instance_methods
=> [:random_number, :rand]

Updated by nobu (Nobuyoshi Nakada) over 7 years ago Actions #2 [ruby-core:85949]

The other methods are defined in securerandom.rb.

Updated by hsbt (Hiroshi SHIBATA) over 7 years ago Actions #3 [ruby-core:85955]

  • Status changed from Open to Third Party's Issue
  • Assignee set to hsbt (Hiroshi SHIBATA)
Actions

Also available in: PDF Atom