lib/ronin/bootstrap.rb in ronin-1.0.0.pre4 vs lib/ronin/bootstrap.rb in ronin-1.0.0.rc1
- old
+ new
@@ -15,9 +15,12 @@
#
# You should have received a copy of the GNU General Public License
# along with Ronin. If not, see <http://www.gnu.org/licenses/>.
#
+#
+# Loads the Ronin configuration and sets up the Database.
+#
require 'ronin/config'
require 'ronin/database'
Ronin::Config.load
Ronin::Database.setup