appacademy / prep-work

preparatory material for interviewing with App Academy
291 stars 340 forks source link

Changing language of code blocks #52

Closed nickborromeo closed 9 years ago

nickborromeo commented 9 years ago

The language used for the errors thrown by pry was ruby, this caused syntax highligthing that was a little confusing. Using ShellSession instead of ruby mimics what is seen in the terminal. The main difference is there is no colors.

rglassett commented 9 years ago

Closed in e67073c. Thanks for pointing this out!