[#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:85908] [Ruby trunk Bug#14572] Gem::Text methods not available
From:
svnpenn@...
Date:
2018-03-03 14:35:20 UTC
List:
ruby-core #85908
Issue #14572 has been updated by svnpenn (Steven Penny).
correcting myself - looks like it just needs to be invoked like this
require 'rubygems/text'
extend Gem::Text
p levenshtein_distance("asd", "sdf")
----------------------------------------
Bug #14572: Gem::Text methods not available
https://bugs.ruby-lang.org/issues/14572#change-70762
* Author: svnpenn (Steven Penny)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v:
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
http://ruby-doc.org/stdlib/libdoc/rubygems/rdoc/Gem/Text.html
none of these work because they are private? see example here of workaround
http://stackoverflow.com/a/46029581
--
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>