String Ruby

text = "this is a test."
puts "Scan method: #{text.scan(/\w+/).length}"