From: 7stud -- Date: 2012-12-23T15:40:46+09:00 Subject: Re: POLS and string-handling x = "hello" y = "hello" puts x.object_id puts y.object_id --output:-- 2151872720 2151872540 Quote marks are a String object constructor in ruby. -- Posted via http://www.ruby-forum.com/.