Open MicFin opened 7 years ago
person.rb
%x(`say` "Status changed to #{status}")
should be
%x(`say "Status changed to #{status}"`)
person.rb
should be