Class: FReCon::Console

Inherits:
Object show all
Defined in:
lib/frecon/console.rb

Overview

Public: The wrapper system for a pry console.

Class Method Summary collapse

Class Method Details

.startObject

Public: Starts the FReCon console.

Returns the result of running pry on FReCon.



19
20
21
22
23
24
25
# File 'lib/frecon/console.rb', line 19

def self.start
	Database.setup!

	require 'pry'

	FReCon.pry
end