Class: Format

Inherits:
Object
  • Object
show all
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

#exportObject

Raises:

  • (NotImplementedError)


12
13
14
# File 'lib/format.rb', line 12

def export
  raise NotImplementedError
end

#nameObject

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/format.rb', line 8

def name
  raise NotImplementedError
end