oggy / looksee

Supercharged method introspection in IRB
MIT License
364 stars 14 forks source link

Looksee 4.0 not worked for 2.2 #41

Closed zw963 closed 8 years ago

zw963 commented 8 years ago

It work well with Ruby 2.3.0

But when switch back to 2.2, with previous compiled version so files But update rb files to newest version, it seem like not work.

Using /home/zw963/.rvm/gems/ruby-2.2.4

 ╭─ 01:32  zw963 ⮀ ~/Dropbox/common/ruby ⮀ ⭠ (2bfddff) master *$% u+10 ➦ ruby-2.2.4
 ╰─ $ pry
(pry):0> "hello".ls /case/
=> #<Looksee::Inspector:0x100d95c>
(pry):0> 
zw963 commented 8 years ago

Recompile is worked.

Thanks