svnpenn (Steven Penny)
- Login: svnpenn
- Registered on: 03/03/2018
- Last sign in: 07/19/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
07/19/2019
- 02:52 AM Ruby master Feature #16011 (Rejected): Digit grouping
- Ruby seems to have no way to format a number with grouped thousands. I see Rails
has an option:
require 'acti...
12/03/2018
- 07:25 PM Ruby master Feature #15371: IRB with ARGV
- shevegen (Robert A. Heiler) wrote:
> By the way, I find it slightly amusing that python's "there is only
> one way"... - 03:36 AM Ruby master Feature #15371 (Closed): IRB with ARGV
- PHP allows you to pass ARGV in interactive mode:
$ php -a -- alpha beta gamma
php > print $argv[3] . PHP_...
03/03/2018
- 02:35 PM Ruby master Bug #14572: Gem::Text methods not available
- correcting myself - looks like it just needs to be invoked like this
require 'rubygems/text'
extend Gem::Text
p ... - 02:23 PM Ruby master Bug #14572 (Rejected): Gem::Text methods not available
- http://ruby-doc.org/stdlib/libdoc/rubygems/rdoc/Gem/Text.html
none of these work because they are private? see exa...
Also available in: Atom