Method: YardTypes::CollectionType#types
- Defined in:
- lib/yard_types/types.rb
#types ⇒ Array<Type>
Returns the acceptable types for this collection's contents.
214 215 216 |
# File 'lib/yard_types/types.rb', line 214 def types @types end |