Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DStorck
Copy link
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

workers.push('three')
workers.push('four')
workers.push('five')
workers.push('six')

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