Method: Metaphor#initialize
- Defined in:
- lib/metaphor.rb
#initialize ⇒ Metaphor
Returns a new instance of Metaphor.
5 6 7 |
# File 'lib/metaphor.rb', line 5 def initialize self.processors = [] end |
Returns a new instance of Metaphor.
5 6 7 |
# File 'lib/metaphor.rb', line 5 def initialize self.processors = [] end |