Class: LogStash::Config::AST::Name

Inherits:
Node
  • 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



311
312
313
# File 'lib/logstash/config/config_ast.rb', line 311

def compile
  return text_value.inspect
end