Module: EasyTalk::Builders::CollectionHelpers
- Extended by:
- T::Sig
- Included in:
- CompositionBuilder, TypedArrayBuilder, UnionBuilder
- Defined in:
- lib/easy_talk/builders/collection_helpers.rb
Overview
Base builder class for array-type properties.
Instance Method Summary collapse
Instance Method Details
#collection_type? ⇒ Boolean
11 12 13 |
# File 'lib/easy_talk/builders/collection_helpers.rb', line 11 def collection_type? true end |