# File lib/dm-core/property/string.rb, line 20 def length if @length.kind_of?(Range) @length.max else @length end end