Guest User

Untitled

a guest
Oct 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. PiecePipe::Pipeline.new.
  2. source([{region: region}]).
  3. step(FetchPowerPlantsByRegion).
  4. step(FindWorstReactor).
  5. step(DetermineStatusClass).
  6. step(BuildPlantHealthSummary).
  7. step(SortByRadiationLevelsDescending).
  8. collect(:plant_health_summary).
  9. to_enum
Add Comment
Please, Sign In to add comment