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