Class: Pry::Shell::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/pry/shell/configuration.rb

Constant Summary collapse

CONFIG_KEYS =
{
  host: "localhost",
  port: "1881",
  auto_connect: true
}.freeze