From: Guy Speier Date: 2007-04-23T01:39:43+09:00 Subject: ruby followup Hello, Can you tell me what this line: configuration.frameworks.each { |framework| require(framework.to_s) } is doing? I see that it reqiures "framework.to_s" ... I don't think it's a file. If its a variable, how cna I see it's content? thanks, Guy