summaryrefslogtreecommitdiff
path: root/lib/pry/config/lazy.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary classes / modules used by config (#1897)r-obert2018-12-011-9/+6
* automatically call Pry::Config::Lazy objects before returning them.robert2018-11-201-0/+3
* rubcop fixesrobert2018-11-181-1/+1
* do not dup Pry::Config::Lazy objects on read from default.robert2018-11-181-0/+27
* rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503)r-obert2017-06-231-25/+0
* fix 'at least one lazy method has to be called before #lazy_keys could ..'strcmp2015-12-311-1/+1
* rename modulestrcmp2015-12-291-2/+2
* use the more common approach to assigning key default of []strcmp2015-12-291-2/+1
* fix return value of lazy methodstrcmp2015-12-281-1/+1
* make 'Pry::Config::Default' less of a special case by adding Pry::Config::Lazystrcmp2015-12-281-0/+26