123456789_123456789_123456789_123456789_123456789_

Class: YARD::Tags::TypesExplainer::FixedCollectionType Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: YARD::Tags::TypesExplainer::CollectionType
Defined in: lib/yard/tags/types_explainer.rb

Class Method Summary

CollectionType - Inherited

Type - Inherited

Instance Attribute Summary

CollectionType - Inherited

Type - Inherited

Instance Method Summary

CollectionType - Inherited

Type - Inherited

Instance Method Details

#to_s(_singular = true)

[ GitHub ]

  
# File 'lib/yard/tags/types_explainer.rb', line 73

def to_s(_singular = true)
  "a#{name[0, 1] =~ /[aeiou]/i ? 'n' : ''} #{name} containing (" + types.map(&:to_s).join(" followed by ") + ")"
end