Method: Metaphor#initialize

Defined in:
lib/metaphor.rb

#initializeMetaphor

Returns a new instance of Metaphor.



5
6
7
# File 'lib/metaphor.rb', line 5

def initialize
  self.processors = []
end