Method: Apricot::Generator#initialize
- Defined in:
- lib/apricot/generator.rb
#initialize ⇒ Generator
Returns a new instance of Generator.
8 9 10 11 12 |
# File 'lib/apricot/generator.rb', line 8 def initialize super @scopes = [] @tail_position = false end |