From: Jason Lillywhite Date: 2008-09-06T04:36:56+09:00 Subject: accessor methods for class methods It seems odd that cattr_* (i.e. cattr_accessor, cattr_reader, cattr_writer) is not in the native Ruby and that you have to require active support and rubygems to get this to work. Including the rails stuff appears to slow things down a little. Why is this not built in the native Ruby source? -- Posted via http://www.ruby-forum.com/.