Yunlei Liu

Results 4 comments of Yunlei Liu

Is this issue fixed? however I still have the same problem ``` irb(main):001:0> `chruby-exec ruby-2.1.2 -- bundle install` => "Using rake 10.3.2\nUsing i18n 0.6.11\nUsing multi_json 1.10.1\nUsing activesupport 3.2.19\nUsing builder 3.0.4\nUsing...

Hi @JingyuZ Does this cause problem in running test? could you give more context?

@jasonrclark it seems that ruby `TracePoint` (http://ruby-doc.org/core-2.0/TracePoint.html) can easily achieve that point

@jasonrclark another thing I think should be interesting is to visualize the method look up chain in Ruby using TracePoint, etc. Just made this gem for proof of concept (https://github.com/ipmsteven/wanderer)...