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