koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

(Ruby) Un-namespaced object can easily collide with app objects #274

Closed keekerdc closed 9 years ago

keekerdc commented 9 years ago

Gem consumers should not have to refactor models named Server or GameServer from their apps to use this library; proper namespacing should be employed to avoid collisions.

Otherwise, this is solid work; many thanks.

koraktor commented 9 years ago

This is already implemented in the master branch.

Feel free to test and give feedback.