class Flor::Pro::Atom
Public Instance Methods
Source
# File lib/flor/pcore/_atom.rb, line 7 def execute payload['ret'] = case heap when '_nul' then nil when '_func' then tree else tree[1] end wrap_reply end
# File lib/flor/pcore/_atom.rb, line 7 def execute payload['ret'] = case heap when '_nul' then nil when '_func' then tree else tree[1] end wrap_reply end