Class: Formatador
- Inherits:
-
Object
- Object
- Formatador
- Defined in:
- lib/git-cleanup.rb
Overview
No default indent
Instance Method Summary collapse
-
#initialize ⇒ Formatador
constructor
A new instance of Formatador.
Constructor Details
#initialize ⇒ Formatador
Returns a new instance of Formatador.
8 9 10 |
# File 'lib/git-cleanup.rb', line 8 def initialize @indent = 0 end |