Module: LogStash::Config::AST::BooleanOperator
- Defined in:
- lib/logstash/config/config_ast.rb
Instance Method Summary collapse
Instance Method Details
permalink #compile ⇒ Object
[View source]
546 547 548 |
# File 'lib/logstash/config/config_ast.rb', line 546 def compile return " #{text_value} " end |