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