class Flor::Pro::Arr
Public Instance Methods
Source
# File lib/flor/pcore/_arr.rb, line 36 def receive_last wrap_reply('ret' => @node['rets']) end
Source
# File lib/flor/pcore/_arr.rb, line 25 def receive_last_att elts = tree[1][@ncid..-1] return wrap_reply('ret' => elts.collect { |e| e[1] }) \ if elts.all? { |e| atomic?(e) } @node['rets'] = [] super end
Calls superclass method
Flor::Procedure#receive_last_att