ga-wdi-boston / ruby-object-self

Other
1 stars 141 forks source link

Typo in code example #31

Open MicFin opened 7 years ago

MicFin commented 7 years ago

person.rb

%x(`say` "Status changed to #{status}")

should be

%x(`say "Status changed to #{status}"`)