oggy / looksee

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

Add a shorthand for Object.instance_method(:ls).bind(object).call #25

Closed oggy closed 10 years ago

oggy commented 10 years ago

For dealing with proxy objects that delegate everything -- including ls -- via method_missing. Looksee.ls(object, *args) perhaps.

Also make this work for things that inherit BasicObject without Object.