# File lib/dm-core/property/string.rb, line 30 def initialize(model, name, options = {}, type = nil) super @length = @options.fetch(:length, DEFAULT_LENGTH) end