Actions
Bug #14576
closedrdoc of Random::Formatter
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 aycabta (aycabta .) over 6 years ago
Updated by nobu (Nobuyoshi Nakada) over 6 years ago
The other methods are defined in securerandom.rb.
Updated by hsbt (Hiroshi SHIBATA) over 6 years ago
- Status changed from Open to Third Party's Issue
- Assignee set to hsbt (Hiroshi SHIBATA)
Actions
Like0
Like0Like0Like0