in reply to Re: Object singleton methodin thread Object singleton method
s = String.new "s" def s.singleton print "ok" end # later on s.ok [download]