Class: Latexmath::Requirement
- Inherits:
-
Object
- Object
- Latexmath::Requirement
- Defined in:
- lib/latexmath/requirement.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#cmd ⇒ Object
7 8 9 |
# File 'lib/latexmath/requirement.rb', line 7 def cmd raise NotImplementedError('abstract method') end |
#satisfied ⇒ Object
3 4 5 |
# File 'lib/latexmath/requirement.rb', line 3 def satisfied raise NotImplementedError('abstract method') end |