Class: Bridgetown::Drops::CollectionDrop
- Extended by:
- Forwardable
- Defined in:
- bridgetown-core/lib/bridgetown-core/drops/collection_drop.rb
Constant Summary
Constants inherited from Drop
Instance Method Summary collapse
Methods inherited from Drop
#[], #[]=, #content_methods, #each, #each_key, #fetch, #hash_for_json, #initialize, #inspect, #key?, #keys, #merge, #merge!, mutable, mutable?, #to_h, #to_json
Constructor Details
This class inherits a constructor from Bridgetown::Drops::Drop
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'bridgetown-core/lib/bridgetown-core/drops/collection_drop.rb', line 15 def to_s label end |