class Playbook::PbProgressPills::ProgressPills

def each_step(&block)

def each_step(&block)
  1.upto(steps, &block)
end