lib/ronin/gen/generators.rb in ronin-gen-1.0.0 vs lib/ronin/gen/generators.rb in ronin-gen-1.0.1.rc1

- old
+ new

@@ -15,17 +15,17 @@ # # You should have received a copy of the GNU General Public License # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>. # -require 'open_namespace' +require 'ronin/auto_load' module Ronin module Gen # # {Generators} is the namespace where all generators are loaded from. # module Generators - include OpenNamespace + include AutoLoad end end end