Sha256: 026b4d31246c399c07e067c41cd25dca3e0a0e65dd0127b6efd02bc68f289c47

Contents?: true

Size: 170 Bytes

Versions: 69

Compression:

Stored size: 170 Bytes

Contents

controller :my_controller do
  spots "hello", "world"

  action :my_action do
    on_entry %{
      var x = 4;
    }

    on "hello", %{
      var x = 3;
    }
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
flok-0.0.41 spec/etc/user_compiler/controller0.rb
flok-0.0.40 spec/etc/user_compiler/controller0.rb
flok-0.0.39 spec/etc/user_compiler/controller0.rb
flok-0.0.38 spec/etc/user_compiler/controller0.rb
flok-0.0.36 spec/etc/user_compiler/controller0.rb
flok-0.0.35 spec/etc/user_compiler/controller0.rb
flok-0.0.34 spec/etc/user_compiler/controller0.rb
flok-0.0.33 spec/etc/user_compiler/controller0.rb
flok-0.0.32 spec/etc/user_compiler/controller0.rb