Development Ruby

line = "this is a Perl. And this a Python"
puts line
line.gsub(/Perl|Python/, 'Ruby') 
puts line