Class: LogStash::Config::AST::Bareword

Inherits:
Value
  • Object
show all
Defined in:
lib/logstash/config/config_ast.rb

Instance Method Summary collapse

Methods inherited from Node

#text_value_for_comments

Instance Method Details

#compileObject



330
331
332
# File 'lib/logstash/config/config_ast.rb', line 330

def compile
  return Unicode.wrap(text_value)
end