Returns maximum property length (if applicable). This usually only makes sense when property is of type Range or custom
@return [Integer, nil]
the maximum length of this property
@api semipublic
# File lib/dm-core/property/string.rb, line 21 def length if @length.kind_of?(Range) @length.max else @length end end
Generated with the Darkfish Rdoc Generator 2.