class Flor::Pro::Atom

Public Instance Methods

execute() click to toggle 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