1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib
卜部昌平 b548784b4a
do not undef =~ unless defined (#2149)
Undefining a nonexistent definition is an error in Ruby.  This has not been a problem because there always was `Object#=~` predefined.  But we are planning to delete that useless method.  This would become an error unless properly guarded.
2020-08-06 21:21:10 +08:00
..
pry do not undef =~ unless defined (#2149) 2020-08-06 21:21:10 +08:00
pry.rb Fix: Rubocop: Layout/EmptyLineAfterMagicComment 2019-12-03 14:53:39 +01:00