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