Actions
Bug #9714
openClean up requires inside hammer-cli gem
Status:
New
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Description
Hammer's codebase contains multiple requires of the same files at various places, which can cause problems with code being defined twice.
We must either make sure each library file is required only once or always define full path to the file in 'hammer_cli/...' format. See http://ruby-doc.org/core-1.8.6/Kernel.html#method-i-require for additional details.
Added by Adam Price about 10 years ago
Actions
refs #9714 - fixing warning of already initialized constant