defined icon indicating copy to clipboard operation
defined copied to clipboard

Calls Module#defined after a ruby class or module is (re)defined

Results 2 defined issues
Sort by recently updated
recently updated
newest added

As the title states, when using the defined gem, ruby's debugger will not work correctly. This seems to be due to a poor design decision that makes it so only...

`eval('self', binding)` does not return the expected object See https://github.com/shuber/defined/blob/master/lib/defined.rb#L40 https://github.com/shuber/defined/blob/master/test/defined_test.rb#L98