class Flor::Pro::Any

Protected Instance Methods

function_mandatory?() click to toggle source
# File lib/flor/pcore/any.rb, line 69
def function_mandatory?

  false
end
iterator_result() click to toggle source
Calls superclass method Flor::Pro::Find#iterator_result
# File lib/flor/pcore/any.rb, line 79
def iterator_result

  super != nil
end
no_iterate() click to toggle source
# File lib/flor/pcore/any.rb, line 74
def no_iterate

  wrap_reply('ret' => @node['ocol'].any?)
end