From: "Robhy B." Date: 2010-12-09T10:31:43+09:00 Subject: identifying and removing comments in a seprate ruby file Hi everyone, I'm working on a ruby program that's supposed to find and remove single line comments starting with "#" and block comments starting with "=begin" and finishing with "=end" from a separate ruby source file. I'm having trouble with this assignment can anyone help? Thanks -- Posted via http://www.ruby-forum.com/.