Skip to content

made job-simulation.rb with method to fire and hire#3

Open
DStorck wants to merge 1 commit intoAda-C5:masterfrom
DStorck:master
Open

made job-simulation.rb with method to fire and hire#3
DStorck wants to merge 1 commit intoAda-C5:masterfrom
DStorck:master

Conversation

@DStorck
Copy link
Copy Markdown
Member

@DStorck DStorck commented Apr 7, 2016

Seems like it is working, i was hoping to find a cleaner, less repetitive way to start up the worker list and waiting list, but the method works once those are set up. I threw in the puts statement about the rolls just to make it easier to check the method

Comment thread job-simulation.rb
workers.push('three')
workers.push('four')
workers.push('five')
workers.push('six')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about

6.times do |i|
  workers.push(i)
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants