module Seam

Constants

VERSION

Public Class Methods

steps_to_run() click to toggle source
# File lib/seam.rb, line 10
def self.steps_to_run
  Seam::Persistence.find_something_to_do
                     .group_by { |x| x.next_step }
                     .map      { |x| x[0] }
end