oggy / looksee

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

Renaming the edit method to ls_edit #21

Closed mogox closed 10 years ago

mogox commented 11 years ago

This will resolve https://github.com/oggy/looksee/issues/18. The issue is that the Looksee editor overloads the "edit" method to allow editing a method. However, if the method is included via a module Looksee editor replaces the included edit method, very common problem with Active Admin.

mogox commented 11 years ago

Hey @oggy, not sure if this is ok but I've marked jRuby as optional build in travis. It wasn't working before my PR request either.

One more thing, should I squash my commits?

oggy commented 10 years ago

I did something slightly different, as per #18. Thanks for the PR though @mogox!

mogox commented 10 years ago

Sure, thanks @oggy for fixing this!