Class: Fontist::Resource
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Fontist::Resource
- Defined in:
- lib/fontist/formula.rb
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
22 23 24 |
# File 'lib/fontist/formula.rb', line 22 def empty? Array(urls).empty? && Array(files).empty? end |