class Flor::Pro::Any
Protected Instance Methods
Source
# File lib/flor/pcore/any.rb, line 69 def function_mandatory? false end
Source
# File lib/flor/pcore/any.rb, line 79 def iterator_result super != nil end
Calls superclass method
Flor::Pro::Find#iterator_result
Source
# File lib/flor/pcore/any.rb, line 74 def no_iterate wrap_reply('ret' => @node['ocol'].any?) end