Method: Nginxtra::Config::Indentation#initialize

Defined in:
lib/nginxtra/config.rb

#initialize(options = {}) ⇒ Indentation

Returns a new instance of Indentation.



638
639
640
641
# File 'lib/nginxtra/config.rb', line 638

def initialize(options = {})
  @value = 0
  @options = options
end