rhannequin / astronoby

Ruby library based on astronomy and astrometry books
https://dev.to/rhannequin/series/17782
MIT License
59 stars 2 forks source link

Remove unnecessary mentions of `Astronoby::` #17

Closed rhannequin closed 9 months ago

rhannequin commented 9 months ago

In lib/, mentioning Astronoby module is not necessary in a majority of cases.

This cleans up the code to make it more readable.

Some code offenses are also fixed.