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