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

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

Instance Method Summary collapse

Instance Method Details

#compileObject



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

def compile
  return " #{text_value} "
end