erniebrodeur / pushover

A gem to interface with pushover.net
http://erniebrodeur.github.io/pushover/
MIT License
64 stars 24 forks source link

dont break functionality defined in enumerable #18

Closed ygelfand closed 10 years ago

ygelfand commented 11 years ago

Hash#first is inherited from Enumerable#first and many things depend on returning an array. of [k,v]