Class: Fontist::ResourceCollection
- Inherits:
-
Lutaml::Model::Collection
- Object
- Lutaml::Model::Collection
- Fontist::ResourceCollection
- Defined in:
- lib/fontist/resource_collection.rb
Overview
Resource Collection
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
14 15 16 |
# File 'lib/fontist/resource_collection.rb', line 14 def empty? resources.nil? || Array(resources).all?(&:empty?) end |