Class: Fontist::Extract
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Fontist::Extract
- Defined in:
- lib/fontist/extract.rb
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
25 26 27 |
# File 'lib/fontist/extract.rb', line 25 def empty? format.nil? && file.nil? && end |