From: Frank Meyer Date: 2007-08-16T01:00:51+09:00 Subject: Singleton or full static class In other languages I'm using the singleton pattern when I need a globally accessible object. But in Ruby so much is an object or behaces like an object (or can be treated as an object) I'm not sure if I should use the singleton pattern or make all methods to class methods and use class variables. What is the best practise in ruby? Turing. -- Posted via http://www.ruby-forum.com/.