1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/config
Kyrylo Silin 4b6fc303bb config: simplify structure
* Replace `require_relative` with `require`
  The project tries to use the `require` form everywhere where possible, which
  is the common form
* `require` from `pry.rb`
  Spreaded `require` statements where we require internal classes is confusing
* Fixed namespace definition for Config classes
  https://github.com/rubocop-hq/ruby-style-guide#namespace-definition recommends
  to use explicit nesting
2018-10-28 17:45:29 +08:00
..
behavior.rb config: simplify structure 2018-10-28 17:45:29 +08:00
convenience.rb config: simplify structure 2018-10-28 17:45:29 +08:00
default.rb config: simplify structure 2018-10-28 17:45:29 +08:00
memoization.rb config: simplify structure 2018-10-28 17:45:29 +08:00