Sha256: 2eec41fe0b98a614dca9cdc6b4711b6ffc6e2b6d914bfaf91dbd6f3b2100a274
Contents?: true
Size: 200 Bytes
Versions: 7
Compression:
Stored size: 200 Bytes
Contents
class <%= @actor_name %> < Actor <% if @behaviors %> has_baviors <%= @behaviors.join "," %> <% end %> def setup # register for events here # or pull stuff out of @opts end end
Version data entries
7 entries across 7 versions & 1 rubygems