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