Class: FoggyMirror::Exporter
- Inherits:
-
Object
- Object
- FoggyMirror::Exporter
- Extended by:
- Forwardable
- Defined in:
- lib/foggy-mirror/exporter.rb
Instance Method Summary collapse
-
#initialize(processor) ⇒ Exporter
constructor
A new instance of Exporter.
- #render ⇒ Object
Constructor Details
#initialize(processor) ⇒ Exporter
Returns a new instance of Exporter.
11 12 13 |
# File 'lib/foggy-mirror/exporter.rb', line 11 def initialize(processor) @processor = processor end |
Instance Method Details
#render ⇒ Object
15 16 17 |
# File 'lib/foggy-mirror/exporter.rb', line 15 def render raise NoMethodError end |