oggy / looksee

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

Looksee can't displays well when using with fancy_irb on Ruby 1.9.2 #12

Closed samnang closed 13 years ago

samnang commented 13 years ago

After I installed funcy_irb, and I turned it on in irbrc. 'ls' method starts displays output incorrectly. But it's so strange, it's only Ruby 1.9.2. When I tried on Ruby 1.8.7, it works fine.

oggy commented 13 years ago

I can't reproduce this.

I tried installing looksee 1.0.1 and fancy_irb 0.6.5, ran "irb -f", and tried every reasonable permutation of these 3 statements:

require 'looksee'
require 'fancy_irb'
FancyIrb.start

I'll need more info to diagnose this, such as the output you're receiving, your list of installed gems, and what to run following "irb -f".

Also I strongly suspect the problem is with the other gem. All looksee does is return objects with a colorful #inspect method. Other gems need to support this.