Class: LogStash::Config::AST::Branch

Inherits:
Node
  • Object
show all
Defined in:
lib/logstash/config/config_ast.rb

Instance Method Summary collapse

Instance Method Details

#compileObject



247
248
249
# File 'lib/logstash/config/config_ast.rb', line 247

def compile
  return super + "end\n"
end