module LogStash::Config::AST::ComparisonOperator
Public Instance Methods
compile()
click to toggle source
# File lib/logstash/config/config_ast.rb, line 329 def compile return " #{text_value} " end
# File lib/logstash/config/config_ast.rb, line 329 def compile return " #{text_value} " end