1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

5 commits

Author SHA1 Message Date
r-obert
b5538b8501
Remove unnecessary classes / modules used by config (#1897)
* Remove` Pry::Config::Default`

* Remove `Pry::Config::Memoization`

* Remove confusing use of `instance_eval`

* Add `Pry::Config.defaults`
  Returns an instance of `Pry::Config`, initialized with Pry defaults.
  Replaces the previous role of `Pry::Config::Default`.
2018-12-01 08:51:52 +01:00
strcmp
55f170ddb1 add as needed 2015-12-27 04:47:55 +00:00
strcmp
7b11a52738 add Pry.config.eager_load! to help with issues like #1501 2015-12-27 04:18:35 +00:00
strcmp
7035f614e9 cleanup after fix for #1407 2015-07-27 12:11:08 +01:00
strcmp
0a8444906b fix #1407 2015-07-24 18:07:01 +01:00