[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:85949] [Ruby trunk Bug#14576] rdoc of Random::Formatter
From:
nobu@...
Date:
2018-03-06 13:28:07 UTC
List:
ruby-core #85949
Issue #14576 has been updated by nobu (Nobuyoshi Nakada). The other methods are defined in securerandom.rb. ---------------------------------------- Bug #14576: rdoc of Random::Formatter https://bugs.ruby-lang.org/issues/14576#change-70810 * 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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>