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 master 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 master 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
[[...
artofhuman (Semyon Pupkov)

01/07/2018

05:14 PM Ruby master 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...
artofhuman (Semyon Pupkov)

Also available in: Atom