new — Creates a new Varchar object
Varchar.new(value)
#new creates a new Varchar object and sets its initial value by calling value’s #to_s method. If value is nil, the new Varchar object is initially an empty string.