Class: Glossarist::Collections::TypedCollection
- Inherits:
-
Lutaml::Model::Collection
- Object
- Lutaml::Model::Collection
- Glossarist::Collections::TypedCollection
- Defined in:
- lib/glossarist/collections/typed_collection.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#<<(item) ⇒ Object
6 7 8 |
# File 'lib/glossarist/collections/typed_collection.rb', line 6 def <<(item) push(coerce(item)) end |