ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
371 stars 83 forks source link

deleted check if instance has `object_id` method #132

Closed ViugiNick closed 6 years ago

ViugiNick commented 6 years ago

https://youtrack.jetbrains.com/issue/RUBY-20602 Mocha framework redefines the respond_to? method and it turns out that the variable does not have an object_id method so we call an id method (which has a side effect)