General

Profile

razor (Marat Chardymov)

  • Login: razor
  • Registered on: 06/23/2017
  • Last sign in: 07/01/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/23/2017

01:47 PM Ruby master Feature #13676: to_s method is not overriden for Set
nobu (Nobuyoshi Nakada) wrote:
> What do you want to do?
> If you want a list of the elements, use `to_a`.
> If yo...
razor (Marat Chardymov)
01:09 PM Ruby master Feature #13676 (Closed): to_s method is not overriden for Set
When I call
~~~ ruby
s1 = Set.new
s1<<'tic'<<'tac'
s1.to_s
~~~
I'd expect ['tic', 'tac'] values being print...
razor (Marat Chardymov)

Also available in: Atom