Prior to this PR, using hubot pager ack PMTZY (as one might think is the ID of an incident) resulted in a terrible flood of text, caused by the code using the inspect method on a large array of hashes. As there is already a command to get a formatted list of open incidents, this is not needed.
Prior to this PR, using
hubot pager ack PMTZY
(as one might think is the ID of an incident) resulted in a terrible flood of text, caused by the code using theinspect
method on a large array of hashes. As there is already a command to get a formatted list of open incidents, this is not needed.Example of Inspect Behavior