Class: Format

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

#exportObject

Raises:

  • (NotImplementedError)


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

def export
  raise NotImplementedError
end

#nameObject

Raises:

  • (NotImplementedError)


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

def name
  raise NotImplementedError
end