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