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
30 31 32 |
# File 'lib/fontist/formula.rb', line 30 def empty? Array(urls).empty? && Array(files).empty? end |
#variable_font? ⇒ Boolean
34 35 36 |
# File 'lib/fontist/formula.rb', line 34 def variable_font? variable_axes && !variable_axes.empty? end |