lib/ronin/password.rb in ronin-1.0.0.rc1 vs lib/ronin/password.rb in ronin-1.0.0.rc2

- old
+ new

@@ -15,15 +15,16 @@ # # You should have received a copy of the GNU General Public License # along with Ronin. If not, see <http://www.gnu.org/licenses/>. # -require 'ronin/credential' require 'ronin/model' require 'digest' module Ronin + autoload :Credential, 'ronin/credential' + # # Represents a password that can be stored in the {Database}. # class Password