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