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