Sha256: a764e310d210bf07c77a3c7b08ffa1e55cbe6db35794ed0570b02308fb12baa6

Contents?: true

Size: 326 Bytes

Versions: 4

Compression:

Stored size: 326 Bytes

Contents

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

  macro :my_macro do
    on "foo", %{
    }

  end

  action :index do
    on_entry %{
      on_entry_base_pointer = __base__;
    }

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

    my_macro
  end

  action :other do
    on "test", %{
      Goto("index");
    }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flok-0.0.105 spec/kern/assets/hook_entry_points/controller0a.rb
flok-0.0.103 spec/kern/assets/hook_entry_points/controller0a.rb
flok-0.0.102 spec/kern/assets/hook_entry_points/controller0a.rb
flok-0.0.101 spec/kern/assets/hook_entry_points/controller0a.rb