Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Ruby Foundations > Blocks Extra Credit

I was wondering if this is the most efficient way to do this. It seems like we should be able to get the value of "time" as its set in each run of the block but I couldn't figure it out

http://pastebin.com/P2YQWTDm

1 Answer

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Looks good, Justin! One suggestion I would make is to change the following variable:

userSelectedTimes

To

user_selected_times

And this is only because it's more conventional in Ruby to use underscores instead of camel casing. Nice job!