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 21: def length 22: if @length.kind_of?(Range) 23: @length.max 24: else 25: @length 26: end 27: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.