General

Profile

artofhuman (Semyon Pupkov)

  • Login: artofhuman
  • Registered on: 01/07/2018
  • Last sign in: 01/13/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

08/04/2019

12:19 AM Ruby Revision 4173258f (git): change call CGI methods from :: to .
Closes: https://github.com/ruby/ruby/pull/1749 artofhuman (Semyon Pupkov)

01/10/2018

06:53 PM Ruby Bug #14350 (Closed): Strange behavior for Array.min in ruby 2.5.0
2.4.2
~~~ ruby
[[1, 0.0].max, 1.0].min
=> 1
~~~
2.5.0
~~~ ruby
[[1, 0.0].max, 1.0].min
=> 1.0
[[1, 0.0].max, 1.0]
=> [1, 1.0]
[1, 1.0].min
=> 1
~~~
I think it`s regression for ruby 2.5.0
artofhuman (Semyon Pupkov)

01/07/2018

05:14 PM Ruby Feature #14331 (Closed): change call CGI methods from :: to .
Hi.
I think using :: for call methods for CGI class methods in documentation and core may cause confusion.
I think is better to change this to standard way.
For example CGI::escapeHTML -> CGI.escapeHTML
plz see opened PR on Github...
artofhuman (Semyon Pupkov)

Also available in: Atom