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
36 37 38 |
# File 'lib/fontist/formula.rb', line 36 def empty? resources.nil? || Array(resources).all?(&:empty?) end |