Class: FoggyMirror::Exporter

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/foggy-mirror/exporter.rb

Direct Known Subclasses

CSS, SVG

Instance Method Summary collapse

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

#renderObject

Raises:

  • (NoMethodError)


15
16
17
# File 'lib/foggy-mirror/exporter.rb', line 15

def render
  raise NoMethodError
end