Libraries
»
logstash-core
(1.5.0)
»
Index (N)
»
LogStash
»
Config
»
AST
»
Number
Class: LogStash::Config::AST::Number
Inherits:
Value
Object
Treetop::Runtime::SyntaxNode
Node
RValue
Value
LogStash::Config::AST::Number
show all
Defined in:
lib/logstash/config/config_ast.rb
Instance Method Summary
collapse
#
compile
⇒ Object
Instance Method Details
#
compile
⇒
Object
323 324 325
# File 'lib/logstash/config/config_ast.rb', line 323
def
compile
return
text_value
end