module ElasticityGrammar::CompOp4
Public Instance Methods
apply(a,b)
click to toggle source
# File lib/opennebula/flow/grammar.rb, line 540 def apply(a,b) a <= b end
# File lib/opennebula/flow/grammar.rb, line 540 def apply(a,b) a <= b end