Class Pry::BlockCommand
In: lib/pry/command.rb
Parent: Command

A super-class for Commands that are created with a single block.

This class ensures that the block is called with the correct number of arguments and the right context.

Create subclasses using {Pry::CommandSet#command}.

Methods

call   help  

External Aliases

context -> opts
  backwards compatibility

Public Instance methods

Call the block that was registered with this command.

@param *String the arguments passed @return Object the return value of the block

[Validate]