Method: Autumn::Coder#indent!
- Defined in:
 - lib/autumn/coder.rb
 
#indent! ⇒ Object
Increases the indent level for all future lines of code appended to this Generator.
      92 93 94  | 
    
      # File 'lib/autumn/coder.rb', line 92 def indent! @indent = @indent + 1 end  |