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