Module: Coradoc::FormatModule::Interface
- Defined in:
- lib/coradoc/format_module.rb
Overview
Default implementations for optional format module methods. Format modules are auto-extended with this during registration.
Instance Method Summary collapse
Instance Method Details
#handles_model?(_model) ⇒ Boolean
25 26 27 |
# File 'lib/coradoc/format_module.rb', line 25 def handles_model?(_model) false end |
#serialize? ⇒ Boolean
29 30 31 |
# File 'lib/coradoc/format_module.rb', line 29 def serialize? true end |