Libraries
»
nginx-conf
(0.0.10)
»
Index
»
Compiler
»
#indent
Method: Compiler#indent
Defined in:
lib/nginx-conf/compiler.rb
#
indent
(line) ⇒
Object
55 56 57
# File 'lib/nginx-conf/compiler.rb', line 55
def
indent
line
@@spaces
*
@indents
+
line
end