class Gerrit::Command::Console

Open console for playing around with helpers exposed to other commands.

This is intended to be used to aid in building and debugging commands.

Public Instance Methods

execute() click to toggle source
# File lib/gerrit/command/console.rb, line 6
def execute
  require 'pry'
  binding.pry
end