Class: LogStash::Config::AST::Array

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

Instance Method Summary collapse

Instance Method Details

#compileObject



328
329
330
# File 'lib/logstash/config/config_ast.rb', line 328

def compile
  return "[" << recursive_select(Value).collect(&:compile).reject(&:empty?).join(", ") << "]"
end