Простые типы / Строки

str_v = "7" * 3
# str_v is "777"
puts "str_v is \"#{str_v}\""