Class: StepSequencer::REPL

Inherits:
Object
  • Object
show all
Defined in:
lib/step_sequencer/repl.rb

Defined Under Namespace

Classes: Helpers

Class Method Summary collapse

Class Method Details

.startObject

Makes all the instance methods of Helpers available to REPL The binding.pry here is not a remnant of bug-hunting, this is how the REPL starts



6
7
8
# File 'lib/step_sequencer/repl.rb', line 6

def self.start
  self::Helpers.new.instance_exec { binding.pry }
end