Module: Cardio::Pry::Commands

Included in:
Cardio::Pry
Defined in:
lib/cardio/pry/commands.rb

Overview

Pry command configuration

Class Method Summary collapse

Class Method Details

.alias_command(*args) ⇒ Object



6
7
8
# File 'lib/cardio/pry/commands.rb', line 6

def alias_command *args
  ::Pry.config.commands.alias_command(*args)
end

.block_command(*args) ⇒ Object



10
11
12
# File 'lib/cardio/pry/commands.rb', line 10

def block_command *args
  ::Pry.commands.block_command(*args)
end