Libraries
»
logstash-lib
(1.3.2)
»
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
223 224 225
# File 'lib/logstash/config/config_ast.rb', line 223
def
compile
return
text_value
end