Language Basics Ruby

text = "this is a test"
puts "Split method: #{text.split.length}"