From: Tizian Taz Date: 2007-11-20T18:59:45+09:00 Subject: Dynamically call classes Hello, I'm new to Ruby but have got several years of experience with PHP. I work on a project with several classes witch analyse text blocks. The blocks begin with headers like "Status" or "Update" but that's not my problem. I'd like to call classes dynamically like this : var = 'Status' # and now I want to call the class "Status" How can I manage it? -- Posted via http://www.ruby-forum.com/.