Module: LogStash::Config::AST::BooleanOperator
- Defined in:
- lib/logstash/config/config_ast.rb
Instance Method Summary collapse
Instance Method Details
#compile ⇒ Object
339 340 341 |
# File 'lib/logstash/config/config_ast.rb', line 339 def compile return " #{text_value} " end |