inquirer.rb icon indicating copy to clipboard operation
inquirer.rb copied to clipboard

Namespace all classes and modules (prompts, IOHelper) inside Ask module

Open brbrady opened this issue 8 years ago • 1 comments

  1. Run all tests through top-level Ask methods in addition to explicitly against the prompt class, to ensure we don't break anything with changes to lib/inquirer.rb.
  2. Nest all constants beneath Ask module to avoid conflicts with other gems.

brbrady avatar Dec 01 '15 01:12 brbrady

very nice gem, but +10 for this. Otherwise it's unusable on big projects. Provided top level classes are too generic.

fabn avatar Dec 21 '15 16:12 fabn