module ElasticityGrammar::Number1

Public Instance Methods

result(role, _vm_pool = nil) click to toggle source
# File lib/opennebula/flow/grammar.rb, line 739
def result(role, _vm_pool = nil)
    val = text_value.to_f
    st = val.to_s

    return [val, st]
end