Sha256: 03001b5dfa054b1d68f291d16bb469f56171bdb83fe6b92b257eb96bfdbdb36a

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 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", %{
      Push("index");
    }

    on "holah", %{
      Pop();
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flok-0.0.105 spec/kern/assets/hook_entry_points/controller0a_push.rb