class Pry::CommandSet

def add_command(command)

Experimental RBS support (using type sampling data from the type_fusion project).

def add_command: (Class command) -> Class

This signature was generated using 1 sample from 1 application.

Parameters:
  • command (Command) --
def add_command(command)
  self[command.match] = command
end