Sha256: 2d1dd4c76a25b86473a6343f6dd71c331caf32455919c15c26ffb5b2ced4f8e5

Contents?: true

Size: 477 Bytes

Versions: 20

Compression:

Stored size: 477 Bytes

Contents

default:
  context:
    lang: 'en'
    visitor: 'anon'
    node: 'status'

can_edit:
  eval: "can_edit?"
  tem: '<%= @node.can_edit? %>'
  res: 'false'

can_edit:
  context:
    visitor: lion
  eval: "can_edit?"
  res: 'true'

can_drive:
  context:
    visitor: lion
  eval: "can_drive?"
  res: 'true'
  
public:
  context:
    visitor: lion
    node: secret
  eval: "public?"
  res: 'false'

empty:
  context:
    visitor: lion
    node: opening
  eval: "empty?"
  res: 'true'

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
zena-1.2.8 test/integration/zafu_compiler/workflow.yml
zena-1.2.7 test/integration/zafu_compiler/workflow.yml
zena-1.2.6 test/integration/zafu_compiler/workflow.yml
zena-1.2.5 test/integration/zafu_compiler/workflow.yml
zena-1.2.4 test/integration/zafu_compiler/workflow.yml
zena-1.2.3 test/integration/zafu_compiler/workflow.yml
zena-1.2.2 test/integration/zafu_compiler/workflow.yml
zena-1.2.1 test/integration/zafu_compiler/workflow.yml
zena-1.2.0 test/integration/zafu_compiler/workflow.yml
zena-1.1.3 test/integration/zafu_compiler/workflow.yml
zena-1.1.2 test/integration/zafu_compiler/workflow.yml
zena-1.1.1 test/integration/zafu_compiler/workflow.yml
zena-1.1.0 test/integration/zafu_compiler/workflow.yml
zena-1.0.0 test/integration/zafu_compiler/workflow.yml
zena-1.0.0.rc3 test/integration/zafu_compiler/workflow.yml
zena-1.0.0.rc2 test/integration/zafu_compiler/workflow.yml
zena-1.0.0.rc1 test/integration/zafu_compiler/workflow.yml
zena-1.0.0.beta3 test/integration/zafu_compiler/workflow.yml
zena-1.0.0.beta2 test/integration/zafu_compiler/workflow.yml
zena-1.0.0.beta1 test/integration/zafu_compiler/workflow.yml