guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

fix duplicate private_class_method #172

Closed narukami894 closed 6 years ago

narukami894 commented 6 years ago

hello @guilhermesad , thank you for create cool Ruby wrapper for Spotify! I found duplication private_class_method :oauth_header, and I thought it is a typo for oauth_send, so please check this PR :)

guilhermesad commented 6 years ago

indeed, thanks!