Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert previous fix for detecting alias-ed method's defined class
has introduced a regression, thus instead tagging #inspect back ``` [exec] UnboundMethod#owner returns the new owner for aliased methods on singleton classes FAILED [exec] Expected #<Class:UnboundMethodSpecs::Parent> [exec] to equal #<Class:UnboundMethodSpecs::Child3> [exec] [exec] /home/travis/build/jruby/jruby/spec/ruby/core/unboundmethod/owner_spec.rb:24:in `block in (root)' [exec] org/jruby/RubyBasicObject.java:1711:in `instance_eval' [exec] org/jruby/RubyEnumerable.java:1596:in `all?' [exec] org/jruby/RubyFixnum.java:299:in `times' [exec] org/jruby/RubyArray.java:1734:in `each' [exec] /home/travis/build/jruby/jruby/spec/ruby/core/unboundmethod/owner_spec.rb:4:in `<main>' ``` partially reverts 07500f8