From: zn@... Date: 2018-03-05T12:21:26+00:00 Subject: [ruby-core:85933] [Ruby trunk Bug#14576] rdoc of Random::Formatter Issue #14576 has been reported by znz (Kazuhiro NISHIYAMA). ---------------------------------------- Bug #14576: rdoc of Random::Formatter https://bugs.ruby-lang.org/issues/14576 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- 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] ``` -- https://bugs.ruby-lang.org/ Unsubscribe: