Method: Diva::Type::UnionType#recommendation_point
- Defined in:
- lib/diva/type.rb
#recommendation_point(value) ⇒ Object
254 255 256 |
# File 'lib/diva/type.rb', line 254 def recommendation_point(value) @types.map { |t| t.recommendation_point(value) }.compact.min end |