Class: Format
- Inherits:
-
Object
- Object
- Format
- Defined in:
- lib/format.rb
Overview
format.rb
~~~~~~~~~
This module implements the Format class.
:copyright: (c) 2014 by Konstantin Bokarius.
:license: MIT, see LICENSE for more details.
Instance Method Summary collapse
Instance Method Details
#export ⇒ Object
12 13 14 |
# File 'lib/format.rb', line 12 def export raise NotImplementedError end |
#name ⇒ Object
8 9 10 |
# File 'lib/format.rb', line 8 def name raise NotImplementedError end |