class FReCon::Console

Public: The wrapper system for a pry console.

Public Class Methods

start() click to toggle source

Public: Starts the FReCon console.

Returns the result of running pry on FReCon.

# File lib/frecon/console.rb, line 19
def self.start
        Database.setup!

        require 'pry'

        FReCon.pry
end