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 Build an Address Book in Ruby Input and Output Adding Contacts: Part 2

Daniel Grieve
Daniel Grieve
6,432 Points

Terminal doesn't register a non-nil value for middle name.

Using the ruby command prompt (not workspaces), when hitting enter after seeing the option to input a middle name, this does not register a nil value and so the output looks odd. I could change the 'last_first' method to accommodate this, but is there another way to get a nil value?

Thanks