From: marat.chardymov@... Date: 2017-06-23T13:09:50+00:00 Subject: [ruby-core:81753] [Ruby trunk Feature#13676] to_s method is not overriden for Set Issue #13676 has been reported by razor (Marat Chardymov). ---------------------------------------- Feature #13676: to_s method is not overriden for Set https://bugs.ruby-lang.org/issues/13676 * Author: razor (Marat Chardymov) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- When I call ~~~ ruby s1 = Set.new s1<<'tic'<<'tac' s1.to_s ~~~ I'd expect ['tic', 'tac'] values being printed, not "#" -- https://bugs.ruby-lang.org/ Unsubscribe: