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

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

Instance Method Summary collapse

Instance Method Details

#compileObject



522
523
524
# File 'lib/logstash/config/config_ast.rb', line 522

def compile
  return " #{text_value} "
end