Class: Pry::Config

Inherits:
BasicObject
Includes:
Behavior
Defined in:
lib/pry/config.rb

Defined Under Namespace

Modules: Behavior, Convenience, Memoization Classes: Default

Constant Summary

Constants included from Behavior

Behavior::ASSIGNMENT, Behavior::INSPECT_REGEXP, Behavior::NODUP, Behavior::ReservedKeyError

Class Method Summary collapse

Methods included from Behavior

#==, #[], #[]=, #clear, #default, #eager_load!, #forget, included, #initialize, #inspect, #key?, #keys, #last_default, #merge!, #method_missing, #pretty_print, #respond_to_missing?, #to_hash

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pry::Config::Behavior

Class Method Details

.shortcutsObject



8
9
10
# File 'lib/pry/config.rb', line 8

def self.shortcuts
  Convenience::SHORTCUTS
end