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 ⇒ Object
6 7 8 |
# File 'lib/cardio/pry/commands.rb', line 6 def alias_command(*) ::Pry.config.commands.alias_command(*) end |
.block_command ⇒ Object
10 11 12 |
# File 'lib/cardio/pry/commands.rb', line 10 def block_command(*) ::Pry.commands.block_command(*) end |