Class: FReCon::Console
Overview
Public: The wrapper system for a pry console.
Class Method Summary collapse
-
.start ⇒ Object
Public: Starts the FReCon console.
Class Method Details
.start ⇒ Object
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 |