Class: LogStash::Config::AST::Array
Instance Method Summary collapse
Methods inherited from Node
Instance Method Details
#compile ⇒ Object
350 351 352 |
# File 'lib/logstash/config/config_ast.rb', line 350 def compile return "[" << recursive_select(Value).collect(&:compile).reject(&:empty?).join(", ") << "]" end |