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



228
229
230
# File 'lib/logstash/config/config_ast.rb', line 228

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