class Trailblazer::Activity::Path::DSL::State
Implements the actual API ({#step} and friends). This can be used later to create faster DSLs where the activity is compiled only once, a la
Path() do ... end
Public Instance Methods
step(*args)
click to toggle source
# File lib/trailblazer/activity/path.rb, line 188 def step(*args) _seq = Linear::Strategy.task_for!(self, :step, *args) # mutate @state end