[ANN] looksee 0.0.1 Released

View: New views
3 Messages — Rating Filter:   Alert me  

[ANN] looksee 0.0.1 Released

by George Ogata-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

looksee version 0.0.1 has been released!

* <http://github.com/oggy/looksee>

Looksee lets you examine the method lookup path of objects in ways not
possible in plain ruby.

Changes:

## 0.0.1 2009-07-05

* Hi.


Re: [ANN] looksee 0.0.1 Released

by David Palm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 6 Jul 2009 15:55:45 +0900, George Ogata wrote:
> looksee version 0.0.1 has been released!
>
> * <http://github.com/oggy/looksee>
>
> Looksee lets you examine the method lookup path of objects in ways not
> possible in plain ruby.

Very very nice. Really like it.

Now, if I could only figure out how to make it play nice with utility_belt... if I load both, the "lp" command prints all the terminal color formatting codes and it looks kinda crappy. I suspect wirble is to blame (a dependency of utility_belt). :/


Re: [ANN] looksee 0.0.1 Released

by George Ogata-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 6, 2009 at 10:54 AM, David Palm<dvdplm@...> wrote:

> On Mon, 6 Jul 2009 15:55:45 +0900, George Ogata wrote:
>> looksee version 0.0.1 has been released!
>>
>> * <http://github.com/oggy/looksee>
>>
>> Looksee lets you examine the method lookup path of objects in ways not
>> possible in plain ruby.
>
> Very very nice. Really like it.
>
> Now, if I could only figure out how to make it play nice with utility_belt... if I load both, the "lp" command prints all the terminal color formatting codes and it looks kinda crappy. I suspect wirble is to blame (a dependency of utility_belt). :/

Hi David,

Thanks for the feedback!

I just noticed someone else has reported the wirble issue.  I'll work
something out; you can follow it here:
http://github.com/oggy/looksee/issues#issue/1

Regards,
George.