Name

new — Creates a new Varchar object

Synopsis

Varchar.new(value)

Description

#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.