Skip to content

annotation Tourmaline::Stage::Step #

Annotation for creating a step from a method.

Example:

@[Step(:foo, initial: true)]
def foo_step(update)
  ...
end