Method: Odf::Component::Abstract#content
- Defined in:
- lib/odf/component/abstract.rb
#content ⇒ Object
10 11 12 |
# File 'lib/odf/component/abstract.rb', line 10 def content raise NotImplementedError.new('Subclasess should implement this method!') end |