String Ruby

title = String.new # => ""
title.length [or] title.size # => 0