#text_value_for_comments
322 323 324
# File 'lib/logstash/config/config_ast.rb', line 322 def compile return "Regexp.new(" + Unicode.wrap(text_value[1...-1]) + ")" end