Module: LogStash::Config::AST::BooleanOperator

Defined in:
lib/logstash/config/config_ast.rb

Instance Method Summary collapse

Instance Method Details

#compileObject

[View source]

481
482
483
# File 'lib/logstash/config/config_ast.rb', line 481

def compile
  return " #{text_value} "
end