davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

declare module before use. For real this time. #127

Closed davetron5000 closed 5 years ago

davetron5000 commented 5 years ago

Problem

integration test helpers uses the Methodone module without explicitly declaring it and depending on how files get required, things don't work. See #126

Solution

move module declaration.

Fixes #126