String Ruby

x = "This is a test"
puts x.sub(/^../, 'Hello')