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