title = String.new # => ""title = String.new( "Much Ado about Nothing" )title = String.new # => ""title.empty? # => falsetitle.length # => 22